Skip to content

Commit e07fcef

Browse files
committed
Update strings following UX writing review
1 parent 57debb9 commit e07fcef

11 files changed

Lines changed: 25 additions & 25 deletions

contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
creatingCopies: 'Copying...',
300300
copiedSnackbar: 'Copy operation complete',
301301
undo: 'Undo',
302-
editTooltip: 'Edit Title & Description',
302+
editTooltip: 'Edit title and description',
303303
},
304304
};
305305

contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeOptions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
editSource: 'Edit source',
397397
editAudience: 'Edit audience',
398398
editCompletion: 'Edit completion',
399-
editWhatIsNeeded: "Edit 'what is needed'",
399+
editWhatIsNeeded: 'Edit requirements',
400400
viewDetails: 'View details',
401401
move: 'Move',
402402
makeACopy: 'Make a copy',

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditAudienceModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
},
150150
$trs: {
151-
editAudienceTitle: 'Edit Audience',
151+
editAudienceTitle: 'Edit audience',
152152
saveAction: 'Save',
153153
cancelAction: 'Cancel',
154154
forBeginnersCheckbox: 'For beginners',
@@ -157,7 +157,7 @@
157157
visibleToCoaches:
158158
'Resources are visible only to coaches (teachers, facilitators, administrators)',
159159
multipleAudience:
160-
'The selected resources have a mixed audience visbility. Choosing from the options below will apply the changes to all the selected resources',
160+
'The selected resources are visible to different audiences. Choosing an option below will change the visibility of all selected resources.',
161161
},
162162
};
163163

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditBooleanMapModal.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<KCheckbox
1616
:checked="updateDescendants"
1717
data-test="update-descendants-checkbox"
18-
:label="$tr('updateDescendantsCheckbox')"
18+
:label="$tr('updateDescendantCheckbox')"
1919
@change="(value) => { updateDescendants = value }"
2020
/>
2121
<Divider />
@@ -169,8 +169,8 @@
169169
$trs: {
170170
saveAction: 'Save',
171171
cancelAction: 'Cancel',
172-
updateDescendantsCheckbox:
173-
'Apply to all resources and folders nested within the selected folders',
172+
updateDescendantCheckbox:
173+
'Apply to all resources, folders, and subfolders contained within the selected folders.',
174174
},
175175
};
176176

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditCategoriesModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
},
5454
$trs: {
55-
editCategories: 'Edit Categories',
55+
editCategories: 'Edit categories',
5656
},
5757
};
5858

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditCompletionModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
},
132132
$trs: {
133-
editCompletion: 'Edit Completion',
133+
editCompletion: 'Edit completion',
134134
saveAction: 'Save',
135135
cancelAction: 'Cancel',
136136
},

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditLanguageModal.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
v-model="searchQuery"
2020
autofocus
2121
data-test="search-input"
22-
:label="$tr('selectLanguage')"
22+
:label="$tr('searchAction')"
2323
style="margin-top: 0.5em"
2424
/>
2525
<template v-if="isTopicSelected">
@@ -155,15 +155,15 @@
155155
},
156156
},
157157
$trs: {
158-
editLanguage: 'Edit Language',
158+
editLanguage: 'Edit language',
159159
languageItemText: '{language} ({code})',
160160
saveAction: 'Save',
161161
cancelAction: 'Cancel',
162-
selectLanguage: 'Select / Type Language',
162+
searchAction: 'Search',
163163
differentLanguages:
164-
'The selected resources have different languages set. Choosing an option below will apply the language to all the selected resources',
164+
'You selected resources in different languages. The language you choose below will be applied to all selected resources.',
165165
updateDescendantsCheckbox:
166-
'Apply to all resources and folders nested within the selected folders',
166+
'Apply the chosen language to all resources, folders, and subfolders contained within the selected folders.',
167167
emptyLanguagesSearch: 'No languages matches the search',
168168
},
169169
};

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditResourcesNeededModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
},
5454
$trs: {
55-
editResourcesNeededTitle: 'What will you need?',
55+
editResourcesNeededTitle: 'Requirements',
5656
},
5757
};
5858

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditTitleDescriptionModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
},
9494
$trs: {
95-
editTitleDescription: 'Edit Title and Description',
95+
editTitleDescription: 'Edit title and description',
9696
titleLabel: 'Title',
9797
descriptionLabel: 'Description',
9898
saveAction: 'Save',

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/__tests__/EditBooleanMapModal.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const makeWrapper = ({ nodeIds, field = 'categories', ...restOptions }) => {
6565
propsData: {
6666
nodeIds,
6767
options,
68-
title: 'Edit Categories',
68+
title: 'Edit categories',
6969
field,
7070
autocompleteLabel: 'Select option',
7171
confirmationMessage: 'edited',

0 commit comments

Comments
 (0)