summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
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)