summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_settings_modal.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-24 10:00:12 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-24 10:00:12 -0700
commit8519eb3f493ea59f071fdb018943aeb192e21224 (patch)
tree863dedef3b2156d95f10866fe09332c0303ba326 /web/react/components/team_settings_modal.jsx
parent677b7393b5e5fc5d1598e820d1ee78c2b0727e60 (diff)
parent3e73ff25d35bf5638aabe70b8596b8c80eb0882b (diff)
downloadchat-8519eb3f493ea59f071fdb018943aeb192e21224.tar.gz
chat-8519eb3f493ea59f071fdb018943aeb192e21224.tar.bz2
chat-8519eb3f493ea59f071fdb018943aeb192e21224.zip
Merging from master
Diffstat (limited to 'web/react/components/team_settings_modal.jsx')
-rw-r--r--web/react/components/team_settings_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_settings_modal.jsx b/web/react/components/team_settings_modal.jsx
index c9f479a22..ef2564de0 100644
--- a/web/react/components/team_settings_modal.jsx
+++ b/web/react/components/team_settings_modal.jsx
@@ -27,8 +27,8 @@ module.exports = React.createClass({
},
render: function() {
var tabs = [];
- tabs.push({name: 'feature', uiName: 'Features', icon: 'glyphicon glyphicon-wrench'});
tabs.push({name: 'import', uiName: 'Import', icon: 'glyphicon glyphicon-upload'});
+ tabs.push({name: 'feature', uiName: 'Advanced', icon: 'glyphicon glyphicon-wrench'});
return (
<div className='modal fade' ref='modal' id='team_settings' role='dialog' tabIndex='-1' aria-hidden='true'>