From 4920ca387f0c5e86161ce4c9700ffa8ca5c28a35 Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 21 Aug 2015 22:19:48 -0700 Subject: Changing "Features"->"Advanced" in Team Settings Also changing order of menu items, so Advanced (least used) is at the bottom) --- web/react/components/team_settings_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components') 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 (