diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 1bf4ffe3bf..232913a29e 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -64,7 +64,8 @@ "textTableSize": "Table Size", "textWithBlueLinks": "With Blue Links", "textWithPageNumbers": "With Page Numbers", - "txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"" + "txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"", + "textPasteImageUrl": "Paste an image URL" }, "Common": { "Collaboration": { diff --git a/apps/documenteditor/mobile/src/view/add/AddImage.jsx b/apps/documenteditor/mobile/src/view/add/AddImage.jsx index dfc0ee4b6b..0f6361cb8b 100644 --- a/apps/documenteditor/mobile/src/view/add/AddImage.jsx +++ b/apps/documenteditor/mobile/src/view/add/AddImage.jsx @@ -9,7 +9,7 @@ const PageLinkSettings = props => { const [stateValue, setValue] = useState(''); return ( - + {_t.textAddress} { const [stateValue, setValue] = useState(''); return ( - + {_t.textAddress} { const [stateValue, setValue] = useState(''); return ( - + {_t.textAddress}