summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_settings_modal.jsx
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-08-21 22:19:48 -0700
committerit33 <iantien@gmail.com>2015-08-21 22:19:48 -0700
commit4920ca387f0c5e86161ce4c9700ffa8ca5c28a35 (patch)
treeee9355dbfca322267bffd812cd5f06edade4502f /web/react/components/team_settings_modal.jsx
parent06c5ddcb1d9e4e2e79b33196a58c5d62c0c43e37 (diff)
downloadchat-4920ca387f0c5e86161ce4c9700ffa8ca5c28a35.tar.gz
chat-4920ca387f0c5e86161ce4c9700ffa8ca5c28a35.tar.bz2
chat-4920ca387f0c5e86161ce4c9700ffa8ca5c28a35.zip
Changing "Features"->"Advanced" in Team Settings
Also changing order of menu items, so Advanced (least used) is at the bottom)
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'>