From aede386c222b6dba2792addff649fee065ec516a Mon Sep 17 00:00:00 2001 From: eatdostacos <64234158+eatdostacos@users.noreply.github.com> Date: Wed, 1 Jul 2020 13:14:39 -0700 Subject: [PATCH] Add/Correct Strings --- static/app-strings.json | 1 + ui/component/commentCreate/view.jsx | 2 +- ui/component/txoList/view.jsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 0b4e5c295..2330c8e61 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1010,6 +1010,7 @@ "Payment Type": "Payment Type", "Purchase": "Purchase", "No transactions.": "No transactions.", + "Status":"Status", "Active": "Active", "Historical": "Historical", "Reposts": "Reposts", diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index b48806206..0c5386209 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -112,7 +112,7 @@ export function CommentCreate(props: Props) { disabled={channel === CHANNEL_NEW} type={advancedEditor && !isReply ? 'markdown' : 'textarea'} 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')} quickActionHandler={isReply ? undefined : toggleEditorMode} onFocus={onTextareaFocus} diff --git a/ui/component/txoList/view.jsx b/ui/component/txoList/view.jsx index 43a8b22c7..f67a4dc33 100644 --- a/ui/component/txoList/view.jsx +++ b/ui/component/txoList/view.jsx @@ -230,7 +230,7 @@ function TxoList(props: Props) { {!hideStatus && (