From a6102e27d48d00fcc733c4d16754961903a239e0 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Sun, 31 Jan 2016 22:03:30 -0300 Subject: PLT-7: Refactoring frontend (chunk 8) - Sidebar and related components - Small Tweak to demotion and add msg for terminal cmd --- web/react/components/sidebar_header.jsx | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'web/react/components/sidebar_header.jsx') diff --git a/web/react/components/sidebar_header.jsx b/web/react/components/sidebar_header.jsx index a9616cfc3..45b0a5fc4 100644 --- a/web/react/components/sidebar_header.jsx +++ b/web/react/components/sidebar_header.jsx @@ -9,6 +9,9 @@ import PreferenceStore from '../stores/preference_store.jsx'; import * as Utils from '../utils/utils.jsx'; import Constants from '../utils/constants.jsx'; + +import {FormattedHTMLMessage} from 'mm-intl'; + const Preferences = Constants.Preferences; const TutorialSteps = Constants.TutorialSteps; @@ -51,20 +54,12 @@ export default class SidebarHeader extends React.Component { screens.push(
-

{'Main Menu'}

-

- {'The '}{'Main Menu'}{' is where you can '} - {'Invite New Members'} - {', access your '} - {'Account Settings'} - {' and set your '}{'Theme Color'}{'.'} -

-

- {'Team administrators can also access their '}{'Team Settings'}{' from this menu.'} -

-

- {'System administrators will find a '}{'System Console'}{' option to administrate the entire system.'} -

+
); -- cgit v1.2.3-1-g7c22