From 0b36dd88fcd62285735ee57de9b4a42ad3f87abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Thu, 24 Mar 2022 18:57:31 +0100 Subject: [PATCH] Edit in English note --- src/common/constants_that_require_translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/constants_that_require_translations.ts b/src/common/constants_that_require_translations.ts index 34f0da94..32d291cc 100644 --- a/src/common/constants_that_require_translations.ts +++ b/src/common/constants_that_require_translations.ts @@ -1,5 +1,5 @@ // Constants that will require translations into different languages should go here -export const EDIT_PAGE_IN_GITHUB = 'Edit this page on GitHub'; +export const EDIT_PAGE_IN_GITHUB = 'Edit this page in English on GitHub'; export const COMMUNITY = 'Community'; export const LANGUAGES = 'Languages'; export const LEARNING_RESOURCES = 'Learning Resources';