diff --git a/webapp/channels/src/components/unarchive_channel_modal/__snapshots__/unarchive_channel_modal.test.tsx.snap b/webapp/channels/src/components/unarchive_channel_modal/__snapshots__/unarchive_channel_modal.test.tsx.snap index 0fc6e93bba..153470e12c 100644 --- a/webapp/channels/src/components/unarchive_channel_modal/__snapshots__/unarchive_channel_modal.test.tsx.snap +++ b/webapp/channels/src/components/unarchive_channel_modal/__snapshots__/unarchive_channel_modal.test.tsx.snap @@ -54,11 +54,12 @@ exports[`components/unarchive_channel_modal should match snapshot for unarchive_
-
- {display_name} channel?'} values={{ display_name: this.props.channel.display_name, + b: (chunks: string) => {chunks}, }} />
diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index db0348e9c3..ccd8c4bbb0 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -5343,7 +5343,7 @@ "unarchive_channel.cancel": "Cancel", "unarchive_channel.confirm": "Confirm UNARCHIVE Channel", "unarchive_channel.del": "Unarchive", - "unarchive_channel.viewArchived.question": "Are you sure you wish to unarchive the **{display_name}** channel?", + "unarchiveChannelModal.viewArchived.question": "Are you sure you wish to unarchive the {display_name} channel?", "update_command.confirm": "Edit Slash Command", "update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?", "update_command.update": "Update",