From a68e5db151f4bd3190928febab4ebd567999bf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Wed, 16 Nov 2022 12:25:15 +0100 Subject: [PATCH] Fix search placeholder translation in namespace list --- client/web/compose/src/views/Namespace/Manage.vue | 2 +- locale/en/corteza-webapp-compose/namespace.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/web/compose/src/views/Namespace/Manage.vue b/client/web/compose/src/views/Namespace/Manage.vue index 2b2f15ece..e2e7e5aba 100644 --- a/client/web/compose/src/views/Namespace/Manage.vue +++ b/client/web/compose/src/views/Namespace/Manage.vue @@ -38,7 +38,7 @@ :fields="namespacesFields" :items="namespaceList" :translations="{ - searchPlaceholder: $t('toolbar.search.placeholder'), + searchPlaceholder: $t('namespace:searchPlaceholder'), notFound: $t('general:resourceList.notFound'), noItems: $t('general:resourceList.noItems'), loading: $t('general:label.loading'), diff --git a/locale/en/corteza-webapp-compose/namespace.yaml b/locale/en/corteza-webapp-compose/namespace.yaml index 627def037..f96014094 100644 --- a/locale/en/corteza-webapp-compose/namespace.yaml +++ b/locale/en/corteza-webapp-compose/namespace.yaml @@ -37,6 +37,7 @@ name: label: Full namespace name * placeholder: Enter namespace name noResults: No namespaces found +searchPlaceholder: Type here to search among all namespaces... setPermissions: Set namespace permissions slug: description: The short name will be used in the URL @@ -62,8 +63,6 @@ manage: buttons: create: Create new namespace permissions: Permissions - search: - placeholder: Type here to search among all namespaces... table: columns: