Skip to content

Commit

Permalink
reinstate parameterization in string
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Jun 20, 2024
1 parent 6d4a533 commit fb7b65c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const enhancedQuizManagementStrings = createTranslator('EnhancedQuizManag
message: '{count, number} {count, plural, one {question selected} other {questions selected}}',
},
maxNumberOfQuestions: {
message: 'Maximum number of questions is 50',
message: 'Max number of questions is { count, number }'
},
maxNumberOfQuestionsPerSection: {
message:
Expand Down

0 comments on commit fb7b65c

Please sign in to comment.