summaryrefslogtreecommitdiffstats
path: root/web/react/components/removed_from_channel_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-20 11:58:50 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-20 11:58:50 -0400
commit343ff54a32905e468f199e3d6e237422267e3102 (patch)
tree4ba5fc77e73a6f74bddf5570ec87286ef2bd941f /web/react/components/removed_from_channel_modal.jsx
parent4fafac5225d85c603140df261ab1535a63e918b6 (diff)
downloadchat-343ff54a32905e468f199e3d6e237422267e3102.tar.gz
chat-343ff54a32905e468f199e3d6e237422267e3102.tar.bz2
chat-343ff54a32905e468f199e3d6e237422267e3102.zip
Revert "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 867456734..a8889a92a 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 <span className="name">{channelName}</span></h4>
+ <h4 className="modal-title">Removed from {channelName}</h4>
</div>
<div className="modal-body">
<p>{remover} removed you from {channelName}</p>