-
+
+
+
{channel.display_name}
-
+
+
+
{team?.display_name}
diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json
index a698a867f6..369e491ca4 100644
--- a/webapp/channels/src/i18n/en.json
+++ b/webapp/channels/src/i18n/en.json
@@ -440,10 +440,7 @@
"admin.channel_settings.channel_detail.archive_confirm.message": "Saving will archive the channel from the team and make it's contents inaccessible for all users. Are you sure you wish to save and archive this channel?",
"admin.channel_settings.channel_detail.archive_confirm.title": "Save and Archive Channel",
"admin.channel_settings.channel_detail.channel_configuration": "Channel Configuration",
- "admin.channel_settings.channel_detail.channelName": "**Name**",
- "admin.channel_settings.channel_detail.channelOrganizations": "**Organizations**",
"admin.channel_settings.channel_detail.channelOrganizationsMessage": "Shared with trusted organizations",
- "admin.channel_settings.channel_detail.channelTeam": "**Team**",
"admin.channel_settings.channel_detail.groupsDescription": "Select groups to be added to this channel.",
"admin.channel_settings.channel_detail.groupsTitle": "Groups",
"admin.channel_settings.channel_detail.manageDescription": "Choose between inviting members manually or syncing members automatically from groups.",
@@ -514,6 +511,9 @@
"admin.channels.filterBy.team.loading": "Loading teams",
"admin.channels.filterBy.team.noTeams": "No teams found",
"admin.channels.filterBy.team.placeholder": "Search and select teams",
+ "admin.channelSettings.channelDetail.channel_organizations": "Organizations",
+ "admin.channelSettings.channelDetail.channelName": "Name",
+ "admin.channelSettings.channelDetail.channelTeam": "Team",
"admin.cluster.ClusterName": "Cluster Name:",
"admin.cluster.ClusterNameDesc": "The cluster to join by name. Only nodes with the same cluster name will join together. This is to support Blue-Green deployments or staging pointing to the same database.",
"admin.cluster.ClusterNameEx": "E.g.: \"Production\" or \"Staging\"",