Skip to content

Commit

Permalink
commonCoreStrings add learnMoreAction "Learn more"
Browse files Browse the repository at this point in the history
This is a string used in various places, which I noticed while needing
to add it to address learningequality#12678 and not finding a common definition for the
message.
  • Loading branch information
nucleogenesis committed Oct 2, 2024
1 parent 1432fb5 commit ccebe04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kolibri/core/assets/src/mixins/commonCoreStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccebe04

Please sign in to comment.