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="link"
|
||||
onClick={toggleMarkdown}
|
||||
label={advancedEditor ? 'Simple Editor' : 'Advanced Editor'}
|
||||
label={advancedEditor ? __('Simple Editor') : __('Advanced Editor')}
|
||||
/>
|
||||
</div>
|
||||
</React.Fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue