From c9e1892cd9b8ddd77eafe0b1e5c71262cd6153c3 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Thu, 13 Jan 2022 07:41:48 +0100 Subject: [PATCH] :bug: Fix tags i18n bug (#2667) --- packages/editor-ui/src/plugins/i18n/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 853864828..bd034dc03 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -928,14 +928,14 @@ "showMessage": { "message": "Please enter a name, or press 'esc' to go back to the old one.", "title": "Name missing" - } + }, + "chooseOrCreateATag": "Choose or create a tag" }, "workflowHelpers": { "showMessage": { "message": "", "title": "Problem saving workflow" - }, - "chooseOrCreateATag": "Choose or create a tag" + } }, "workflowOpen": { "active": "Active",