fix typo
This commit is contained in:
parent
16ea14887c
commit
8fe618c5be
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export function CommentCreate(props: Props) {
|
||||||
disabled={channel === CHANNEL_NEW}
|
disabled={channel === CHANNEL_NEW}
|
||||||
type={advancedEditor && !isReply ? 'markdown' : 'textarea'}
|
type={advancedEditor && !isReply ? 'markdown' : 'textarea'}
|
||||||
name={isReply ? 'content_reply' : 'content_description'}
|
name={isReply ? 'content_reply' : 'content_description'}
|
||||||
label={isReply ? __('Replying as %reply_channel%'), { reply_channel: channel }) : __('Comment')}
|
label={isReply ? __('Replying as %reply_channel%', { reply_channel: channel }) : __('Comment')}
|
||||||
quickActionLabel={isReply ? undefined : advancedEditor ? __('Simple Editor') : __('Advanced Editor')}
|
quickActionLabel={isReply ? undefined : advancedEditor ? __('Simple Editor') : __('Advanced Editor')}
|
||||||
quickActionHandler={isReply ? undefined : toggleEditorMode}
|
quickActionHandler={isReply ? undefined : toggleEditorMode}
|
||||||
onFocus={onTextareaFocus}
|
onFocus={onTextareaFocus}
|
||||||
|
|
Loading…
Add table
Reference in a new issue