diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index 03872ec9708..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: |- 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) => {