From 54ff692a101e2d5288f3b3a32dbe89d2024703f9 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 23 Dec 2021 11:07:11 +0000 Subject: [PATCH] fix: slight change to 'go back to learn' message (#44566) --- client/i18n/locales/english/intro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 8823699e80..7fe76f7061 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -673,7 +673,7 @@ "collapse": "Collapse courses", "legacy-header": "Legacy Courses", "legacy-desc": "These courses are no longer part of the certification path, but are still available for you to further your learning.", - "viewing-upcoming-change": "You are looking at a beta version of the curriculum. ", - "go-back-to-learn": "Go back to the stable version." + "viewing-upcoming-change": "You are looking at a beta page. ", + "go-back-to-learn": "Go back to the stable version of the curriculum." } }