[DE mobile] Fix Bug 58321
This commit is contained in:
parent
13cedf86f1
commit
198df57eaf
|
@ -400,7 +400,8 @@
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textRecommended": "Recommended",
|
"textRecommended": "Recommended",
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textChangeShape": "Change Shape"
|
"textChangeShape": "Change Shape",
|
||||||
|
"textCustomStyle": "Custom Style"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Conversion timeout exceeded.",
|
"convertationTimeoutText": "Conversion timeout exceeded.",
|
||||||
|
|
|
@ -201,7 +201,7 @@ const EditParagraph = props => {
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<BlockTitle>{t('Edit.textParagraphStyle')}</BlockTitle>
|
<BlockTitle>{t('Edit.textParagraphStyle')}</BlockTitle>
|
||||||
<List style={{marginBottom: 0}}>
|
<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,
|
onStyleClick: props.onStyleClick,
|
||||||
onSaveStyle: props.onSaveStyle,
|
onSaveStyle: props.onSaveStyle,
|
||||||
onStyleMenuDelete: props.onStyleMenuDelete
|
onStyleMenuDelete: props.onStyleMenuDelete
|
||||||
|
|
Loading…
Reference in a new issue