summaryrefslogtreecommitdiffstats
path: root/webapp/components
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/components
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/components')
-rw-r--r--webapp/components/delete_channel_modal.jsx2
1 files changed, 1 insertions, 1 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)