Changing delete channel modal text (#4348)
* Change Native Download Link Copy * Change Native Download Apps Link Copy * Update delete_channel_modal.jsx Modified delete channel modal confirmation text to make it more impactful. * Update en.json Updated delete channel modal text to make it more impactful.
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
eaaed77603
Коммит
60a43a5b4f
@@ -71,7 +71,7 @@ export default class DeleteChannelModal extends React.Component {
|
||||
<Modal.Body>
|
||||
<FormattedMessage
|
||||
id='delete_channel.question'
|
||||
defaultMessage='Are you sure you wish to delete the {display_name} {term}?'
|
||||
defaultMessage='This will delete the channel from the team and make its contents inaccessible for all users. Are you sure you wish to delete the {display_name} {term}?'
|
||||
values={{
|
||||
display_name: this.props.channel.display_name,
|
||||
term: (channelTerm)
|
||||
|
||||
@@ -1134,7 +1134,7 @@
|
||||
"delete_channel.confirm": "Confirm DELETE Channel",
|
||||
"delete_channel.del": "Delete",
|
||||
"delete_channel.group": "group",
|
||||
"delete_channel.question": "Are you sure you wish to delete the {display_name} {term}?",
|
||||
"delete_channel.question": "This will delete the channel from the team and make its contents inaccessible for all users. Are you sure you wish to delete the {display_name} {term}?",
|
||||
"delete_post.cancel": "Cancel",
|
||||
"delete_post.comment": "Comment",
|
||||
"delete_post.confirm": "Confirm {term} Delete",
|
||||
|
||||
Ссылка в новой задаче
Block a user