@@ -46,7 +46,7 @@ const tasksLocaleStrings = defineLocalesResources('tasks', {
46
46
/** Text used in the assignee input when searching and no users are found */
47
47
'form.input.assignee.search.no-users.text' : 'No users found' ,
48
48
/** Placeholder text used in the search box in the assignee input */
49
- 'form.input.assignee.search.placeholder' : 'Search username' ,
49
+ 'form.input.assignee.search.placeholder' : 'Select username' ,
50
50
/** Text used in the assignee input when user is not authorized */
51
51
'form.input.assignee.unauthorized.text' : 'Unauthorized' ,
52
52
/** Text used in the assignee input when user is not found */
@@ -56,13 +56,13 @@ const tasksLocaleStrings = defineLocalesResources('tasks', {
56
56
/** The label used in the date input to remove the current value */
57
57
'form.input.date.buttons.remove.text' : 'Remove' ,
58
58
/** Placeholder text used in the description input */
59
- 'form.input.description.placeholder' : 'Optional additional description' ,
59
+ 'form.input.description.placeholder' : 'Add description' ,
60
60
/** The label used in the target input to remove the current value */
61
61
'form.input.target.buttons.remove.text' : 'Remove target content' ,
62
62
/** The text used in the target input when encountering a schema error */
63
63
'form.input.target.error.schema-not-found' : 'Schema not found' ,
64
64
/** The placeholder text used in the target input for the search component */
65
- 'form.input.target.search.placeholder' : 'Search document' ,
65
+ 'form.input.target.search.placeholder' : 'Select document' ,
66
66
/** The placeholder text for the title input */
67
67
'form.input.title.placeholder' : 'Task title' ,
68
68
/** The status error message presented when the user does not supply a title */
@@ -95,6 +95,12 @@ const tasksLocaleStrings = defineLocalesResources('tasks', {
95
95
'panel.navigation.tooltip' : 'Open tasks' ,
96
96
/** Title of the Tasks panel */
97
97
'panel.title' : 'Tasks' ,
98
+ /** Label for the Assigned Tab */
99
+ 'tab.assigned.label' : 'Assigned' ,
100
+ /** Label for the Active Document Tab */
101
+ 'tab.document.label' : 'Active Document' ,
102
+ /** Label for the Subscribed Tab */
103
+ 'tab.subscribed.label' : 'Subscribed' ,
98
104
} )
99
105
100
106
/**
0 commit comments