From a96c7a5bf43ea3f929609740d0a40f45652be893 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 21 Nov 2022 14:43:50 +0400 Subject: [PATCH] [DE mobile] Fix Bug 59776 --- apps/documenteditor/mobile/locale/en.json | 3 ++- apps/documenteditor/mobile/src/view/edit/EditChart.jsx | 4 ++-- apps/documenteditor/mobile/src/view/edit/EditImage.jsx | 4 ++-- apps/documenteditor/mobile/src/view/edit/EditShape.jsx | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 5baa1d7fc..f0a60e6ae 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -331,7 +331,8 @@ "textRemoveShape": "Remove Shape", "textRemoveTable": "Remove Table", "textRemoveTableContent": "Remove table of contents", - "textReorder": "Reorder", + "del_textReorder": "Reorder", + "textArrange": "Arrange", "textRepeatAsHeaderRow": "Repeat as Header Row", "textReplace": "Replace", "textReplaceImage": "Replace Image", diff --git a/apps/documenteditor/mobile/src/view/edit/EditChart.jsx b/apps/documenteditor/mobile/src/view/edit/EditChart.jsx index 297c8550f..67f0b7350 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditChart.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditChart.jsx @@ -456,7 +456,7 @@ const PageReorder = props => { } return ( - + {Device.phone && @@ -503,7 +503,7 @@ const EditChart = props => { onOverlap: props.onOverlap, onWrapDistance: props.onWrapDistance }}> - diff --git a/apps/documenteditor/mobile/src/view/edit/EditImage.jsx b/apps/documenteditor/mobile/src/view/edit/EditImage.jsx index bed313844..019156676 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditImage.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditImage.jsx @@ -281,7 +281,7 @@ const PageReorder = props => { } return ( - + {Device.phone && @@ -330,7 +330,7 @@ const EditImage = props => { onReplaceByFile: props.onReplaceByFile, onReplaceByUrl: props.onReplaceByUrl }}> - { wrapType !== 'inline' && } diff --git a/apps/documenteditor/mobile/src/view/edit/EditShape.jsx b/apps/documenteditor/mobile/src/view/edit/EditShape.jsx index ecdc22f06..077dd7143 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditShape.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditShape.jsx @@ -477,7 +477,7 @@ const PageReorder = props => { return ( - + {Device.phone && @@ -565,7 +565,7 @@ const EditShape = props => { onReplace: props.onReplace }}> } - {(wrapType !== 'inline' && !isSmartArtInternal && settings.indexOf('image') === -1) && }