Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
$trs: {
newSubtopic: 'New folder',
editTitleDescription: 'Edit title and description',
editAllDetails: 'Edit all details',
editAllDetails: 'Edit details',
editTags: 'Edit tags',
editLanguage: 'Edit language',
editCategories: 'Edit categories',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
},
$trs: {
editLearningActivitiesTitle: 'Edit Learning Activities',
editLearningActivitiesTitle: 'Edit learning activities',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
},
$trs: {
editLevelsTitle: 'Edit Levels',
editLevelsTitle: 'Edit levels',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
},
$trs: {
editResourcesNeededTitle: 'Requirements',
editResourcesNeededTitle: 'Edit requirements',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
},
},
$trs: {
editAttribution: 'Edit Attribution',
editAttribution: 'Edit source',
authorLabel: 'Author',
authorToolTip: 'Person or organization who created this content',
providerLabel: 'Provider',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -909,13 +909,13 @@
editAudienceButton: 'Edit audience',
editCategoriesButton: 'Edit categories',
editWhatIsNeededButton: 'Edit requirements',
editLearningActivitiesButton: 'Edit learning activity',
editLearningActivitiesButton: 'Edit learning activities',
optionsButton: 'Options',
copyToClipboardButton: 'Copy to clipboard',
[viewModes.DEFAULT]: 'Default view',
[viewModes.COMFORTABLE]: 'Comfortable view',
[viewModes.COMPACT]: 'Compact view',
editSelectedButton: 'Edit',
editSelectedButton: 'Edit details',
copySelectedButton: 'Copy to clipboard',
moveSelectedButton: 'Move',
duplicateSelectedButton: 'Make a copy',
Expand Down