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

Kolibri #10784

Merged
merged 2 commits into from
Jun 5, 2023
Merged

Kolibri #10784

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
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/mixins/commonCoreStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const coreStrings = createTranslator('CommonCoreStrings', {
editAction: {
message: 'Edit',
context:
"Edit allows users to change some element in Kolbri.\n\nFor example, a coach can use 'Edit' to rename their class or an admin can edit the name of their facility.",
"Edit allows users to change some element in Kolibri.\n\nFor example, a coach can use 'Edit' to rename their class or an admin can edit the name of their facility.",
},
editDetailsAction: {
message: 'Edit details',
Expand Down
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/views/AuthMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
goBackToHomeAction: {
message: 'Go to home page',
context:
'Link that upon selecting takes the user back to the Kolbri home page where the user can sign in.',
'Link that upon selecting takes the user back to the Kolibri home page where the user can sign in.',
},
contentManager: {
message:
Expand Down