diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json
index b7ffaee64..82d6fef6d 100644
--- a/packages/editor-ui/src/plugins/i18n/locales/en.json
+++ b/packages/editor-ui/src/plugins/i18n/locales/en.json
@@ -1217,9 +1217,9 @@
"settings.log-streaming": "Log Streaming",
"settings.log-streaming.heading": "Log Streaming",
"settings.log-streaming.add": "Add new destination",
- "settings.log-streaming.actionBox.title": "Available on custom plans",
- "settings.log-streaming.actionBox.description": "Log Streaming is available as a paid feature. Get in touch to learn more about it.",
- "settings.log-streaming.actionBox.button": "Contact us",
+ "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.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.",
@@ -1689,6 +1689,7 @@
"contextual.upgradeLinkUrl.desktop": "https://n8n.io/pricing/?utm_source=n8n-internal&utm_medium=desktop",
"settings.ldap": "LDAP",
+ "settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
"settings.ldap.infoTip": "Learn more about LDAP in the Docs",
"settings.ldap.save": "Save connection",
"settings.ldap.connectionTestError": "Problem testing LDAP connection",
@@ -1713,9 +1714,9 @@
"settings.ldap.confirmMessage.beforeSaveForm.confirmButtonText": "No",
"settings.ldap.confirmMessage.beforeSaveForm.headline": "Are you sure you want to disable LDAP login?",
"settings.ldap.confirmMessage.beforeSaveForm.message": "If you do so, all LDAP users will be converted to email users.",
- "settings.ldap.disabled.title": "Available in custom plans",
- "settings.ldap.disabled.description": "LDAP is available as a paid feature. Get in touch to learn more about it.",
- "settings.ldap.disabled.buttonText": "Contact us",
+ "settings.ldap.disabled.title": "Available on Enterprise plan",
+ "settings.ldap.disabled.description": "LDAP is available as a paid feature. Learn more about it.",
+ "settings.ldap.disabled.buttonText": "See plans",
"settings.ldap.toast.sync.success": "Synchronization succeeded",
"settings.ldap.toast.connection.success": "Connection succeeded",
"settings.ldap.form.loginEnabled.label": "Enable LDAP Login",
diff --git a/packages/editor-ui/src/views/SettingsLdapView.vue b/packages/editor-ui/src/views/SettingsLdapView.vue
index 75f9884c6..7f94ddcfa 100644
--- a/packages/editor-ui/src/views/SettingsLdapView.vue
+++ b/packages/editor-ui/src/views/SettingsLdapView.vue
@@ -6,17 +6,13 @@
-
-
- LDAP allows users to authenticate with their centralized account. It's compatible with
- services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.
-