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
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" }