From 450494548dfff5e52217d38e93f537e381fbe466 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 20 Aug 2015 08:41:45 -0400 Subject: Fixing a few refactoring errors. --- web/react/components/user_settings_modal.jsx | 8 ++++---- web/react/utils/utils.jsx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/react/components/user_settings_modal.jsx b/web/react/components/user_settings_modal.jsx index 7181c4020..f5a555951 100644 --- a/web/react/components/user_settings_modal.jsx +++ b/web/react/components/user_settings_modal.jsx @@ -26,10 +26,10 @@ module.exports = React.createClass({ }, render: function() { var tabs = []; - tabs.push({name: "general", ui_name: "General", icon: "glyphicon glyphicon-cog"}); - tabs.push({name: "security", ui_name: "Security", icon: "glyphicon glyphicon-lock"}); - tabs.push({name: "notifications", ui_name: "Notifications", icon: "glyphicon glyphicon-exclamation-sign"}); - tabs.push({name: "appearance", ui_name: "Appearance", icon: "glyphicon glyphicon-wrench"}); + tabs.push({name: "general", uiName: "General", icon: "glyphicon glyphicon-cog"}); + tabs.push({name: "security", uiName: "Security", icon: "glyphicon glyphicon-lock"}); + tabs.push({name: "notifications", uiName: "Notifications", icon: "glyphicon glyphicon-exclamation-sign"}); + tabs.push({name: "appearance", uiName: "Appearance", icon: "glyphicon glyphicon-wrench"}); return (