From 9b2567d51773af621a45f76fb699af79d87dc8c8 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 21 Dec 2022 12:41:49 -0500 Subject: [PATCH] feat: new strings for composer --- public/language/en-GB/modules.json | 1 + public/language/en-GB/topic.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/language/en-GB/modules.json b/public/language/en-GB/modules.json index d98e6eb95a..c8eb1370dd 100644 --- a/public/language/en-GB/modules.json +++ b/public/language/en-GB/modules.json @@ -44,6 +44,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json index 2b8321df3b..f7fcbc2465 100644 --- a/public/language/en-GB/topic.json +++ b/public/language/en-GB/topic.json @@ -170,6 +170,7 @@ "composer.title_placeholder": "Enter your topic title here...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Discard", "composer.submit": "Submit", "composer.additional-options": "Additional Options",