summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-23 20:35:08 -0700
committerCorey Hulen <corey@hulen.com>2015-08-23 20:35:08 -0700
commitb73f43d994cbc8b965be126f8e262e258ab0095a (patch)
tree6cac291bd5f3b32e0a9b5c5a2cadf9257a13c8d4 /web/react
parent060cb6c66291541a4ff22914c7c7ef732b427166 (diff)
parent4920ca387f0c5e86161ce4c9700ffa8ca5c28a35 (diff)
downloadchat-b73f43d994cbc8b965be126f8e262e258ab0095a.tar.gz
chat-b73f43d994cbc8b965be126f8e262e258ab0095a.tar.bz2
chat-b73f43d994cbc8b965be126f8e262e258ab0095a.zip
Merge pull request #448 from mattermost/it33-patch-4
Changing "Features"->"Advanced" in Team Settings
Diffstat (limited to 'web/react')
-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'>