Merge pull request #448 from mattermost/it33-patch-4

Changing "Features"->"Advanced" in Team Settings
Этот коммит содержится в:
Corey Hulen
2015-08-23 20:35:08 -07:00
родитель 060cb6c662 4920ca387f
Коммит b73f43d994

Просмотреть файл

@@ -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'>