- {chunks},
}}
/>
diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json
index f8b32ff3c2..3517f947f2 100644
--- a/webapp/channels/src/i18n/en.json
+++ b/webapp/channels/src/i18n/en.json
@@ -3933,8 +3933,6 @@
"installed_incoming_webhooks.unknown_channel": "A Private Webhook",
"installed_integrations.audience_urls": "Audience URLs: {urls}",
"installed_integrations.callback_urls": "Callback URLs: {urls}",
- "installed_integrations.client_id": "Client ID: **{clientId}**",
- "installed_integrations.client_secret": "Client Secret: **{clientSecret}**",
"installed_integrations.content_type": "Content-Type: {contentType}",
"installed_integrations.creation": "Created by {creator} on {createAt, date, full}",
"installed_integrations.delete": "Delete",
@@ -3964,7 +3962,6 @@
"installed_oauth_apps.help.oauthApplications": "OAuth 2.0 applications",
"installed_oauth_apps.homepage": "Homepage",
"installed_oauth_apps.iconUrl": "Icon URL",
- "installed_oauth_apps.is_trusted": "Is Trusted: **{isTrusted}**",
"installed_oauth_apps.name": "Display Name",
"installed_oauth_apps.save": "Save",
"installed_oauth_apps.saving": "Saving...",
@@ -3995,6 +3992,9 @@
"installed_outgoing_webhooks.help.buildYourOwn": "Build your own",
"installed_outgoing_webhooks.search": "Search Outgoing Webhooks",
"installed_outgoing_webhooks.unknown_channel": "A Private Webhook",
+ "installedIntegrations.clientId": "Client ID: {clientId}",
+ "installedIntegrations.clientSecret": "Client Secret: {clientSecret}",
+ "installedOauthApps.isTrusted": "Is Trusted: {isTrusted}",
"integrations.add": "Add",
"integrations.command.description": "Slash commands send events to external integrations",
"integrations.command.title": "Slash Commands",