[DE mobile] Fix Bug 58321

This commit is contained in:
SergeyEzhin 2022-10-06 17:03:02 +05:00
parent 13cedf86f1
commit 198df57eaf
2 changed files with 3 additions and 2 deletions

View file

@ -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.",

View file

@ -201,7 +201,7 @@ const EditParagraph = props => {
<Fragment>
<BlockTitle>{t('Edit.textParagraphStyle')}</BlockTitle>
<List style={{marginBottom: 0}}>
<ListItem link="/edit-paragraph-style/" title={!curStyle && curStyleName} routeProps={{
<ListItem link="/edit-paragraph-style/" title={!curStyle && t('Edit.textCustomStyle')} routeProps={{
onStyleClick: props.onStyleClick,
onSaveStyle: props.onSaveStyle,
onStyleMenuDelete: props.onStyleMenuDelete