[DE mobile] Fix Bug 58321
This commit is contained in:
parent
13cedf86f1
commit
198df57eaf
|
@ -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.",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue