From 198df57eaf6ae5c142cc4abb11e19047f2564998 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 6 Oct 2022 17:03:02 +0500 Subject: [PATCH] [DE mobile] Fix Bug 58321 --- apps/documenteditor/mobile/locale/en.json | 3 ++- apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index a3b63960d..ff7c2716e 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -400,7 +400,8 @@ "textAmountOfLevels": "Amount of Levels", "textRecommended": "Recommended", "textRequired": "Required", - "textChangeShape": "Change Shape" + "textChangeShape": "Change Shape", + "textCustomStyle": "Custom Style" }, "Error": { "convertationTimeoutText": "Conversion timeout exceeded.", diff --git a/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx b/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx index f8511a6a2..fa360438b 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx @@ -201,7 +201,7 @@ const EditParagraph = props => { {t('Edit.textParagraphStyle')} -