MM-58479 - Revert text changes on channel archive. (#27195)

* revert text changes on channel archive.

* revert channel_store.go

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Scott Bishel
2024-05-30 10:37:15 -06:00
коммит произвёл GitHub
родитель f1cc96defb
Коммит b561ac8cb2
3 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@@ -78,7 +78,7 @@ exports[`admin_console/team_channel_settings/channel/ChannelDetails should match
}
message={
<Memo(MemoizedFormattedMessage)
defaultMessage="Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?"
defaultMessage="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?"
id="admin.channel_settings.channel_detail.archive_confirm.message"
/>
}
@@ -260,7 +260,7 @@ exports[`admin_console/team_channel_settings/channel/ChannelDetails should match
}
message={
<Memo(MemoizedFormattedMessage)
defaultMessage="Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?"
defaultMessage="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?"
id="admin.channel_settings.channel_detail.archive_confirm.message"
/>
}
@@ -461,7 +461,7 @@ exports[`admin_console/team_channel_settings/channel/ChannelDetails should match
}
message={
<Memo(MemoizedFormattedMessage)
defaultMessage="Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?"
defaultMessage="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?"
id="admin.channel_settings.channel_detail.archive_confirm.message"
/>
}
@@ -595,7 +595,7 @@ exports[`admin_console/team_channel_settings/channel/ChannelDetails should match
}
message={
<Memo(MemoizedFormattedMessage)
defaultMessage="Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?"
defaultMessage="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?"
id="admin.channel_settings.channel_detail.archive_confirm.message"
/>
}
@@ -748,7 +748,7 @@ exports[`admin_console/team_channel_settings/channel/ChannelDetails should match
}
message={
<Memo(MemoizedFormattedMessage)
defaultMessage="Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?"
defaultMessage="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?"
id="admin.channel_settings.channel_detail.archive_confirm.message"
/>
}
@@ -882,7 +882,7 @@ exports[`admin_console/team_channel_settings/channel/ChannelDetails should match
}
message={
<Memo(MemoizedFormattedMessage)
defaultMessage="Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?"
defaultMessage="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?"
id="admin.channel_settings.channel_detail.archive_confirm.message"
/>
}

Просмотреть файл

@@ -824,7 +824,7 @@ export default class ChannelDetails extends React.PureComponent<ChannelDetailsPr
message={
<FormattedMessage
id='admin.channel_settings.channel_detail.archive_confirm.message'
defaultMessage={'Archiving will remove the team from the user interface but it\'s contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?'}
defaultMessage={'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?'}
/>
}
confirmButtonText={

Просмотреть файл

@@ -445,7 +445,7 @@
"admin.channel_list.private": "Private",
"admin.channel_list.public": "Public",
"admin.channel_settings.channel_detail.archive_confirm.button": "Save and Archive Channel",
"admin.channel_settings.channel_detail.archive_confirm.message": "Archiving will remove the team from the user interface but it's contents remain in the database and may still be accessible with the API. Are you sure you wish to save and archive this channel?",
"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**",