From e530fc61a90bb72e69d737d4ef10ff13a679bf6a Mon Sep 17 00:00:00 2001 From: Marc Littlemore Date: Tue, 6 May 2025 16:02:40 +0100 Subject: [PATCH] fix: Folders typo in modal (no-changelog) (#15142) --- packages/frontend/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json b/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json index 0a4bea141a6..fae49bf2d08 100644 --- a/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json @@ -2969,7 +2969,7 @@ "communityPlusModal.features.third.title": "Execution search and tagging", "communityPlusModal.features.third.description": "Search and organize past workflow executions for easier review", "communityPlusModal.features.fourth.title": "Folders", - "communityPlusModal.features.fourth.description": "Organize your workflows in a nested folder structrue", + "communityPlusModal.features.fourth.description": "Organize your workflows in a nested folder structure", "communityPlusModal.input.email.label": "Enter email to receive your license key", "communityPlusModal.button.skip": "Skip", "communityPlusModal.button.confirm": "Send me a free license key",