summaryrefslogtreecommitdiffstats
path: root/web/react/components/edit_channel_header_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-12-08 08:08:46 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-12-08 08:08:46 -0500
commit92c6eceb0fff33e3f269767343c7f321fd90f4ca (patch)
tree8220e09a4dfe5f74958cf69ba6a8a39af1ee119c /web/react/components/edit_channel_header_modal.jsx
parent2bf13c91fa3b66123cb1c864229498ba820435dc (diff)
parent3265a545cf3fbab187e5968772c5d733a7d2bfb5 (diff)
downloadchat-92c6eceb0fff33e3f269767343c7f321fd90f4ca.tar.gz
chat-92c6eceb0fff33e3f269767343c7f321fd90f4ca.tar.bz2
chat-92c6eceb0fff33e3f269767343c7f321fd90f4ca.zip
Merge pull request #1637 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/edit_channel_header_modal.jsx')
-rw-r--r--web/react/components/edit_channel_header_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/edit_channel_header_modal.jsx b/web/react/components/edit_channel_header_modal.jsx
index 5529a419d..209e30fcc 100644
--- a/web/react/components/edit_channel_header_modal.jsx
+++ b/web/react/components/edit_channel_header_modal.jsx
@@ -84,7 +84,7 @@ export default class EditChannelHeaderModal extends React.Component {
onHide={this.onHide}
>
<Modal.Header closeButton={true}>
- {'Edit Header for ' + this.props.channel.display_name}
+ <Modal.Title>{'Edit Header for ' + this.props.channel.display_name}</Modal.Title>
</Modal.Header>
<Modal.Body>
<p>{'Edit the text appearing next to the channel name in the channel header.'}</p>