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.
Этот коммит содержится в:
Yang Chen
2016-11-01 14:48:10 -04:00
коммит произвёл Joram Wilander
родитель eaaed77603
Коммит 60a43a5b4f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -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",