summaryrefslogtreecommitdiffstats
path: root/web/react/components/removed_from_channel_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-20 19:22:56 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-20 19:22:56 +0500
commit1fd26d25f291cae2d93bb5aac3448e76a3200646 (patch)
tree5370fbe9b817eba52d8839e60cce8ee9518e18fe /web/react/components/removed_from_channel_modal.jsx
parenta4681123f95a12dda81d4a611db504ae219c19ae (diff)
downloadchat-1fd26d25f291cae2d93bb5aac3448e76a3200646.tar.gz
chat-1fd26d25f291cae2d93bb5aac3448e76a3200646.tar.bz2
chat-1fd26d25f291cae2d93bb5aac3448e76a3200646.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/removed_from_channel_modal.jsx')
-rw-r--r--web/react/components/removed_from_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/removed_from_channel_modal.jsx b/web/react/components/removed_from_channel_modal.jsx
index a8889a92a..867456734 100644
--- a/web/react/components/removed_from_channel_modal.jsx
+++ b/web/react/components/removed_from_channel_modal.jsx
@@ -45,7 +45,7 @@ module.exports = React.createClass({
<div className="modal-content">
<div className="modal-header">
<button type="button" className="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
- <h4 className="modal-title">Removed from {channelName}</h4>
+ <h4 className="modal-title">Removed from <span className="name">{channelName}</span></h4>
</div>
<div className="modal-body">
<p>{remover} removed you from {channelName}</p>