From ccebe04ad9216fdbd4825cd72b926e715d4bc035 Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Wed, 2 Oct 2024 14:30:15 -0700 Subject: [PATCH] commonCoreStrings add learnMoreAction "Learn more" This is a string used in various places, which I noticed while needing to add it to address #12678 and not finding a common definition for the message. --- kolibri/core/assets/src/mixins/commonCoreStrings.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kolibri/core/assets/src/mixins/commonCoreStrings.js b/kolibri/core/assets/src/mixins/commonCoreStrings.js index 67bdae9bfb5..cf9f0204f4c 100644 --- a/kolibri/core/assets/src/mixins/commonCoreStrings.js +++ b/kolibri/core/assets/src/mixins/commonCoreStrings.js @@ -17,6 +17,11 @@ export const coreStrings = createTranslator('CommonCoreStrings', { context: 'Button to cancel an action and return to the previous page. Usually this is the opposite of the save button which saves some piece of information.', }, + learnMoreAction: { + message: 'Learn more', + context: + 'Button for link which will show the user information providing more information about the relevant context', + }, cannotUndoActionWarning: { message: 'This action cannot be undone', context: