Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jun 18, 2024
1 parent 951f2ba commit 1562488
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/kolibri-common/strings/enhancedQuizManagementStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ export const enhancedQuizManagementStrings = createTranslator('EnhancedQuizManag
'{count, number, integer} of {total, number, integer} {total, plural, one {question selected} other {questions selected}}',
},
selectQuestionsToContinue: {
message:
'Select { count } { count, plural , one { question } other { questions }} to continue',
message: 'Select { count } { count, plural , one { question } other { questions }} to continue',
},
selectQuiz: {
message: 'Select quiz',
Expand All @@ -208,8 +207,7 @@ export const enhancedQuizManagementStrings = createTranslator('EnhancedQuizManag
"Practice quizzes are pre-made quizzes, that don't require the curation work on the part of the coach. Selecting a practice quiz refers to importing a ready-to-use quiz.",
},
cannotSelectSomeTopicWarning: {
message:
'You can only select folders with 12 or fewer exercises.',
message: 'You can only select folders with 12 or fewer exercises.',
},
changesSavedSuccessfully: {
message: 'Changes saved successfully',
Expand All @@ -231,8 +229,7 @@ export const enhancedQuizManagementStrings = createTranslator('EnhancedQuizManag
},
notEnoughReplacementsTitle: {
message: 'Not enough replacements available',
context:
'Title of modal when a user tries to replace more questions than are available',
context: 'Title of modal when a user tries to replace more questions than are available',
},
// noReplacementsMessage: {
// message:
Expand All @@ -251,8 +248,7 @@ export const enhancedQuizManagementStrings = createTranslator('EnhancedQuizManag
addMoreQuestions: {
message:
'You can add more exercises to increase the number of questions available. If you choose to add exercises, you will need to restart the replacement process.',
context:
'Message of modal when a user tries to replace more questions than are available',
context: 'Message of modal when a user tries to replace more questions than are available',
},
addResourcesAction: {
message: 'Add resources',
Expand Down

0 comments on commit 1562488

Please sign in to comment.