From b0397f0262f8a921a0552179ca95cba5f03295ce Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:47:36 +0200 Subject: [PATCH] feat(editor-ui): update ResourceLocator error text (#4242) update error text --- .../src/components/ResourceLocator/ResourceLocator.vue | 1 - packages/editor-ui/src/plugins/i18n/locales/en.json | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/editor-ui/src/components/ResourceLocator/ResourceLocator.vue b/packages/editor-ui/src/components/ResourceLocator/ResourceLocator.vue index af9b4afc9e43c..d24aee18109c0 100644 --- a/packages/editor-ui/src/components/ResourceLocator/ResourceLocator.vue +++ b/packages/editor-ui/src/components/ResourceLocator/ResourceLocator.vue @@ -27,7 +27,6 @@ {{ $locale.baseText('resourceLocator.mode.list.error.description.part2') }} - {{ $locale.baseText('resourceLocator.mode.list.error.description.part3') }} diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index fd11abb77ce7f..738e3c9ec3976 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -727,9 +727,8 @@ "resourceLocator.mode.list": "From list", "resourceLocator.mode.list.disabled.title": "Change to Fixed mode to choose From List", "resourceLocator.mode.list.error.title": "Could not load list", - "resourceLocator.mode.list.error.description.part1": "Check that your", - "resourceLocator.mode.list.error.description.part2": "credential", - "resourceLocator.mode.list.error.description.part3": "is set up correctly", + "resourceLocator.mode.list.error.description.part1": "Please", + "resourceLocator.mode.list.error.description.part2": "check your credential", "resourceLocator.mode.list.noResults": "No results", "resourceLocator.mode.list.openUrl": "Open URL", "resourceLocator.mode.list.placeholder": "Choose...",