diff --git a/webapp/channels/src/components/integrations/installed_oauth_app/__snapshots__/installed_oauth_app.test.tsx.snap b/webapp/channels/src/components/integrations/installed_oauth_app/__snapshots__/installed_oauth_app.test.tsx.snap index bd87c22898..ed21a2325c 100644 --- a/webapp/channels/src/components/integrations/installed_oauth_app/__snapshots__/installed_oauth_app.test.tsx.snap +++ b/webapp/channels/src/components/integrations/installed_oauth_app/__snapshots__/installed_oauth_app.test.tsx.snap @@ -85,11 +85,12 @@ exports[`components/integrations/InstalledOAuthApp should match snapshot 1`] = ` - - - - - - {chunks}, }} /> @@ -206,11 +206,12 @@ export default class InstalledOAuthApp extends React.PureComponent - {chunks}, }} />
- {chunks}, }} />
- {chunks}, }} /> -
- {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",