summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_members_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-26 20:59:14 +0500
committerCorey Hulen <corey@hulen.com>2016-04-26 08:59:14 -0700
commitc41cd44ada5f6c343e07d2ebde2a6a04a6b7a49c (patch)
treebf11dabe80e416cd1e42e69755bc2111d5bbfcf1 /webapp/components/team_members_modal.jsx
parent88aa2a10b988cb48d45f13ca7a86640e7c7a5d82 (diff)
downloadchat-c41cd44ada5f6c343e07d2ebde2a6a04a6b7a49c.tar.gz
chat-c41cd44ada5f6c343e07d2ebde2a6a04a6b7a49c.tar.bz2
chat-c41cd44ada5f6c343e07d2ebde2a6a04a6b7a49c.zip
Multiple UI Improvements (#2802)
Diffstat (limited to 'webapp/components/team_members_modal.jsx')
-rw-r--r--webapp/components/team_members_modal.jsx16
1 files changed, 9 insertions, 7 deletions
diff --git a/webapp/components/team_members_modal.jsx b/webapp/components/team_members_modal.jsx
index fb6d28b54..9b8729b3a 100644
--- a/webapp/components/team_members_modal.jsx
+++ b/webapp/components/team_members_modal.jsx
@@ -55,13 +55,15 @@ export default class TeamMembersModal extends React.Component {
onHide={this.props.onHide}
>
<Modal.Header closeButton={true}>
- <FormattedMessage
- id='team_member_modal.members'
- defaultMessage='{team} Members'
- values={{
- team: teamDisplayName
- }}
- />
+ <Modal.Title>
+ <FormattedMessage
+ id='team_member_modal.members'
+ defaultMessage='{team} Members'
+ values={{
+ team: teamDisplayName
+ }}
+ />
+ </Modal.Title>
</Modal.Header>
<Modal.Body>
<MemberListTeam style={{maxHeight}}/>