summaryrefslogtreecommitdiffstats
path: root/webapp/components/delete_channel_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-11-03 02:33:39 +0500
committerCorey Hulen <corey@hulen.com>2016-11-02 14:33:39 -0700
commitcd687aa3df9d2fd37da1cc176c9673b908705ab7 (patch)
tree74b401b6390cd0429ec6cd28d43672a424b8ae34 /webapp/components/delete_channel_modal.jsx
parent137ade29d061e158543da814ecd0d06d7e992c1f (diff)
downloadchat-cd687aa3df9d2fd37da1cc176c9673b908705ab7.tar.gz
chat-cd687aa3df9d2fd37da1cc176c9673b908705ab7.tar.bz2
chat-cd687aa3df9d2fd37da1cc176c9673b908705ab7.zip
Minor UI improvements (#4431)
Diffstat (limited to 'webapp/components/delete_channel_modal.jsx')
-rw-r--r--webapp/components/delete_channel_modal.jsx18
1 files changed, 10 insertions, 8 deletions
diff --git a/webapp/components/delete_channel_modal.jsx b/webapp/components/delete_channel_modal.jsx
index caff45aae..7ad213395 100644
--- a/webapp/components/delete_channel_modal.jsx
+++ b/webapp/components/delete_channel_modal.jsx
@@ -69,14 +69,16 @@ export default class DeleteChannelModal extends React.Component {
</h4>
</Modal.Header>
<Modal.Body>
- <FormattedMessage
- id='delete_channel.question'
- 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)
- }}
- />
+ <div className='alert alert-danger'>
+ <FormattedMessage
+ id='delete_channel.question'
+ 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)
+ }}
+ />
+ </div>
</Modal.Body>
<Modal.Footer>
<button