diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 69e3fe964..87d1091f9 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -761,7 +761,7 @@ "4017": "Invalid task filter comparator.", "4018": "Invalid task filter concatinator.", "4019": "Invalid task filter value.", - "5001": "The namspace does not exist.", + "5001": "The namespace does not exist.", "5003": "You do not have access to the specified namespace.", "5006": "The namespace name cannot be empty.", "5009": "You need to have namespace read access to perform that action.", diff --git a/src/views/namespaces/ListNamespaces.vue b/src/views/namespaces/ListNamespaces.vue index bc366b93b..07b6984d9 100644 --- a/src/views/namespaces/ListNamespaces.vue +++ b/src/views/namespaces/ListNamespaces.vue @@ -46,7 +46,7 @@

- {{ $t('namespaces.noLists') }} + {{ $t('namespace.noLists') }} {{ $t('namespace.createList') }}