diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index 35781b8ec82..22822b243d9 100644 --- a/shell/assets/translations/en-us.yaml +++ b/shell/assets/translations/en-us.yaml @@ -2744,6 +2744,8 @@ hpa: import: title: Import YAML + editor: + label: YAML Editor defaultNamespace: label: Default Namespace success: |- @@ -5375,6 +5377,7 @@ sortableTable: =1 {{count} {count, plural, =1 {{singularLabel}} other {{pluralLabel}}}} other {{from} - {to} of {count} {pluralLabel}}} search: Filter + searchLabel: Filter table results in: in addFilter: Add Filter filterFor: Filter for... diff --git a/shell/components/SortableTable/index.vue b/shell/components/SortableTable/index.vue index 9d3d7604c7c..96d878f45b9 100644 --- a/shell/components/SortableTable/index.vue +++ b/shell/components/SortableTable/index.vue @@ -1213,6 +1213,7 @@ export default { v-model="eventualSearchQuery" type="search" class="input-sm search-box" + :aria-label="t('sortableTable.searchLabel')" :placeholder="t('sortableTable.search')" > diff --git a/shell/components/YamlEditor.vue b/shell/components/YamlEditor.vue index 4d2d0a0da25..6a089334b47 100644 --- a/shell/components/YamlEditor.vue +++ b/shell/components/YamlEditor.vue @@ -126,6 +126,7 @@ export default { cm.indentSelection('subtract'); } }, + screenReaderLabel: this.t('import.editor.label'), // @TODO find a better way to display the outline // foldOptions: { // widget: (from, to) => {