From 3ab0cf17fdc28788cd3a3199b1fab87f269b2328 Mon Sep 17 00:00:00 2001 From: Michael Kohler Date: Sat, 20 Nov 2021 18:51:05 +0100 Subject: [PATCH] fix: add note for addition process to language addition section (fixes #474) (#561) --- web/locales/en/messages.ftl | 1 + .../components/profile/add-language-section.tsx | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/web/locales/en/messages.ftl b/web/locales/en/messages.ftl index a78f9960..5ade7fe5 100644 --- a/web/locales/en/messages.ftl +++ b/web/locales/en/messages.ftl @@ -139,6 +139,7 @@ sc-add-err-failed = *[other] {$sentences} sentences failed } sc-add-err-submission = Submission Error +sc-add-lang-process-notice = If your language is not listed here, you can request it through this process. ## ADD SENTENCES CONFIRMATION sc-confirm-are-you-sure = diff --git a/web/src/components/profile/add-language-section.tsx b/web/src/components/profile/add-language-section.tsx index 208abfa8..74a527d7 100644 --- a/web/src/components/profile/add-language-section.tsx +++ b/web/src/components/profile/add-language-section.tsx @@ -53,6 +53,20 @@ export default function AddLanguage() { > + + ), + }} + > +

+
); }