Fixed calls for Simple/Advance editor option
This commit is contained in:
parent
de5498f1b8
commit
af6af84a2a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function PublishText(props: Props) {
|
||||||
<Button
|
<Button
|
||||||
button="link"
|
button="link"
|
||||||
onClick={toggleMarkdown}
|
onClick={toggleMarkdown}
|
||||||
label={advancedEditor ? 'Simple Editor' : 'Advanced Editor'}
|
label={advancedEditor ? __('Simple Editor') : __('Advanced Editor')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|
Loading…
Add table
Reference in a new issue