From eecc4815763b7bd7d60bcdba27d09df89c0dcc6f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 10 Apr 2023 19:51:35 +0400 Subject: [PATCH] [DE PE SSE mobile] Fix Bug 61136 --- apps/documenteditor/mobile/locale/en.json | 3 ++- apps/documenteditor/mobile/src/view/add/AddImage.jsx | 2 +- apps/presentationeditor/mobile/locale/en.json | 3 ++- apps/presentationeditor/mobile/src/view/add/AddImage.jsx | 2 +- apps/spreadsheeteditor/mobile/locale/en.json | 3 ++- apps/spreadsheeteditor/mobile/src/view/add/AddImage.jsx | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) 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}