summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-01-13 11:12:46 -0500
committerJoramWilander <jwawilander@gmail.com>2016-01-14 08:24:09 -0500
commit537a220d070371b1a6f30a6144570a1e63a3a88e (patch)
tree5ff999f78c5764821a43319692390c0ccb9e66b6
parent33519518d6f5232c947e2ce7f4635db6ef6f2b8d (diff)
downloadchat-537a220d070371b1a6f30a6144570a1e63a3a88e.tar.gz
chat-537a220d070371b1a6f30a6144570a1e63a3a88e.tar.bz2
chat-537a220d070371b1a6f30a6144570a1e63a3a88e.zip
Minor update to about modal
-rw-r--r--web/react/components/about_build_modal.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/react/components/about_build_modal.jsx b/web/react/components/about_build_modal.jsx
index d54214632..f70027498 100644
--- a/web/react/components/about_build_modal.jsx
+++ b/web/react/components/about_build_modal.jsx
@@ -38,10 +38,7 @@ export default class AboutBuildModal extends React.Component {
<Modal.Title>{'About Mattermost'}</Modal.Title>
</Modal.Header>
<Modal.Body>
- <div className='row form-group'>
- <div className='col-sm-3 info__label'>{'Edition:'}</div>
- <div className='col-sm-9'>{`Mattermost ${title}`}</div>
- </div>
+ <h4>{`Mattermost ${title}`}</h4>
{licensee}
<div className='row form-group'>
<div className='col-sm-3 info__label'>{'Version:'}</div>