From 04e1fa8e7e06775a29042eb8a76f9ff71b920a45 Mon Sep 17 00:00:00 2001 From: Alex Tideman Date: Thu, 12 Sep 2024 14:20:45 -0500 Subject: [PATCH] Nexus text changes (#2326) --- src/lib/i18n/locales/en/nexus.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/en/nexus.ts b/src/lib/i18n/locales/en/nexus.ts index 41afffd87..66d8901b1 100644 --- a/src/lib/i18n/locales/en/nexus.ts +++ b/src/lib/i18n/locales/en/nexus.ts @@ -37,9 +37,9 @@ export const Strings = { 'endpoint-name-hint-with-dash': 'Endpoint name must start with A-Z or a-z and can only contain A-Z, a-z, 0-9 or -', 'access-policy': 'Access Policy', - 'allowed-caller-namespaces': 'Allowed caller namespaces', + 'allowed-caller-namespaces': 'Allowed caller Namespaces', 'allowed-caller-namespaces-description': - 'Specify the Namespace(s) that are allowed to call the target Namespace to use this endpoint.', + 'Namespace(s) that are allowed to call this Endpoint.', 'select-namespaces': 'Select Namespace(s)', 'selected-namespaces_one': '{{count}} Namespace selected', 'selected-namespaces_other': '{{count}} Namespaces selected',