Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct strings that were manually edited on Crowdin #12347

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kolibri/core/assets/src/views/UpdateNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
message: 'We have released an important update with fixes to this version of Kolibri.',
context: 'Notification indicating an important new version of Kolibri is available.',
},
upgradeMessage_0_16_0: {
upgradeMessage_0_17_0: {
message:
'Kolibri version 0.16.0 is available! New features include practice quizzes, resource syncing across coach and learner devices, and much more.',
'Kolibri version 0.17.0 is available! New features include enhanced quiz editing, an updated exercise viewer and new facility creation, as well as bug fixes and improvements.',
context: 'Notification indicating a new version of Kolibri is available.',
},
upgradeDownload: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
context: 'Title for create facility modal',
},
createFacilityButtonLabel: {
message: 'create facility',
message: 'Create facility',
context: 'Label for create facility submit button.',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
"Notification that appears after a facility has been deleted. For example, \"Removed 'Zuk Village' from this device'.",
},
createFacilityLabel: {
message: 'ADD FACILITY',
message: 'Add facility',
context: 'Label for a button used to create new facility.',
},
importFacilityLabel: {
Expand Down