summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorYang Chen <yang2qwe@yahoo.ca>2016-11-01 14:48:10 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-11-01 14:48:10 -0400
commit60a43a5b4ff1e2f5b8d67419611b8f62d8b5412d (patch)
tree108161b9c1423c9f95de0c5e2a473cbca4d55a39 /webapp
parenteaaed77603f85e66e6afcca9311164ca3317213f (diff)
downloadchat-60a43a5b4ff1e2f5b8d67419611b8f62d8b5412d.tar.gz
chat-60a43a5b4ff1e2f5b8d67419611b8f62d8b5412d.tar.bz2
chat-60a43a5b4ff1e2f5b8d67419611b8f62d8b5412d.zip
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.
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/delete_channel_modal.jsx2
-rw-r--r--webapp/i18n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/delete_channel_modal.jsx b/webapp/components/delete_channel_modal.jsx
index 315a3cd5e..caff45aae 100644
--- a/webapp/components/delete_channel_modal.jsx
+++ b/webapp/components/delete_channel_modal.jsx
@@ -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)
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index d79891c88..f6b187d44 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -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",