From eabecefe27cde04e1ac87a901cb11a4ffbf82dc0 Mon Sep 17 00:00:00 2001 From: Deborah Date: Tue, 23 May 2023 15:14:58 +0100 Subject: [PATCH] fix(editor): Link to log streaming doc from log streaming (no-changelog) (#6303) link to log streaming doc from log streaming --- packages/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 99df8a2ae5..5ee88b6760 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1216,7 +1216,7 @@ "settings.log-streaming.actionBox.title": "Available on Enterprise plan", "settings.log-streaming.actionBox.description": "Log Streaming is available as a paid feature. Learn more about it.", "settings.log-streaming.actionBox.button": "See plans", - "settings.log-streaming.infoText": "Send logs to external endpoints of your choice. You can also write logs to a file or the console using environment variables. More info", + "settings.log-streaming.infoText": "Send logs to external endpoints of your choice. You can also write logs to a file or the console using environment variables. More info", "settings.log-streaming.addFirstTitle": "Set up a destination to get started", "settings.log-streaming.addFirst": "Add your first destination by clicking on the button and selecting a destination type.", "settings.log-streaming.saving": "Saving",