diff --git a/static/app-strings.json b/static/app-strings.json index 81e649822..85ea452ad 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -192,7 +192,8 @@ "Comments": "Comments", "Comment": "Comment", "Your comment": "Your comment", - "Post": "Post", + "Post --[button to submit something]--": "Post", + "Post --[noun, markdown post tab button]--": "Post", "Posting...": "Posting...", "Incompatible daemon": "Incompatible daemon", "Incompatible daemon running": "Incompatible daemon running", diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 45bb59720..94754239e 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -120,7 +120,7 @@ export function CommentCreate(props: Props) { label={isFetchingChannels ? __('Comment') : undefined} />