Skip to content

Commit 4a4e961

Browse files
authored
Merge pull request #13934 from marcellamaki/final-string-tweaks
Final 0.19.0 string tweaks
2 parents 768cd50 + 3a25d9a commit 4a4e961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/kolibri-common/strings/bulkUserManagementStrings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export const bulkUserManagementStrings = createTranslator('BulkUserManagementStr
311311
context: 'Default error message for API errors.',
312312
},
313313
birthYearRangeError: {
314-
message: 'The start year cannot be greater than the end year.',
314+
message: 'The start year must not be later than the end year.',
315315
context:
316316
'Error message shown when the start year is greater than the end year in the birth year range filter.',
317317
},

packages/kolibri/uiText/commonCoreStrings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ export const coreStrings = createTranslator('CommonCoreStrings', {
16321632
context: 'Label for the deselected state of a checkbox. Not visible in the UI.',
16331633
},
16341634
allNOptionsSelectedLabel: {
1635-
message: 'All {count, number} {count, plural, one {option} other {options}} selected',
1635+
message: 'All options selected',
16361636
context: 'Label for the selected state of a checkbox. Not visible in the UI.',
16371637
},
16381638
noOptionsSelectedLabel: {

0 commit comments

Comments
 (0)