From 0e096ac2b706aa09aa06c8e4b73d60f3a9cf522a Mon Sep 17 00:00:00 2001 From: Gopal Matcha Date: Thu, 14 Mar 2024 20:48:32 +0530 Subject: [PATCH 1/2] fixed cancel button issue: changed "Cancel" to "Go Back" --- src/components/translator/DocTranslationForm.tsx | 2 +- src/components/translator/WebpageTranslationForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/translator/DocTranslationForm.tsx b/src/components/translator/DocTranslationForm.tsx index 24f053edc..4ff80e4de 100644 --- a/src/components/translator/DocTranslationForm.tsx +++ b/src/components/translator/DocTranslationForm.tsx @@ -215,7 +215,7 @@ const DocTranslationForm = ({ srcLang, tgtLang, pairPrefs, cancelUrl, setLoading style={{ bottom: '-6px', right: '20px' }} variant="secondary" > - {t('Cancel')} + {t('Go Back')} diff --git a/src/components/translator/WebpageTranslationForm.tsx b/src/components/translator/WebpageTranslationForm.tsx index a29b05b45..c31164b00 100644 --- a/src/components/translator/WebpageTranslationForm.tsx +++ b/src/components/translator/WebpageTranslationForm.tsx @@ -182,7 +182,7 @@ const WebpageTranslationForm = ({ cancelUrl, srcLang, tgtLang, pairPrefs, setLoa
From e9f6a24535c10772947854d16a4f2ffbe8cebad1 Mon Sep 17 00:00:00 2001 From: Gopal Matcha Date: Fri, 22 Mar 2024 00:16:55 +0530 Subject: [PATCH 2/2] feedback imbibed: added 'Go Back' translation --- src/strings/eng.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/strings/eng.json b/src/strings/eng.json index cc7d6a706..95b084b22 100644 --- a/src/strings/eng.json +++ b/src/strings/eng.json @@ -64,5 +64,6 @@ "Downloads_Para": "Current versions of the Apertium toolbox as well as of language-pair data are available from the GitHub page. Installation instructions for Apertium on all major platforms are provided on the Wiki's Installation page.", "Contact_Para": "

IRC channel

The quickest way to contact us is by joining our IRC channel, #apertium at irc.oftc.net, where users and developers of Apertium meet. You don't need an IRC client; you can use OFTC webchat.

Mailing list

Also, subscribe to the apertium-stuff mailing list, where you can post longer proposals or issues, as well as follow general Apertium discussions.

Contact

Feel free to contact us via the apertium-contact mailing list if you find a mistake, there's a project you would like to see us work on, or you would like to help out.

", "Install_Apertium": "Install Apertium", - "Install_Apertium_Para": "Are you experiencing slow responses? Our servers might be overloaded. Learn how to install Apertium locally." + "Install_Apertium_Para": "Are you experiencing slow responses? Our servers might be overloaded. Learn how to install Apertium locally.", + "Go Back": "Abort the current action or scheduled action and go back" }