summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-28 16:08:15 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-06-28 15:08:15 -0400
commit1707007ff92e6f1ae6f8c948b359cd5e9228ed3d (patch)
treed0faa244e5a4a59757d67cf6d7df2090e45d7ef3 /webapp/components/user_settings
parent96bddf90169a0d9c39bdb0ae425ff15dfd03f62b (diff)
downloadchat-1707007ff92e6f1ae6f8c948b359cd5e9228ed3d.tar.gz
chat-1707007ff92e6f1ae6f8c948b359cd5e9228ed3d.tar.bz2
chat-1707007ff92e6f1ae6f8c948b359cd5e9228ed3d.zip
PLT-3417 Missing localization on Account Settings and Backstage (#3437)
Diffstat (limited to 'webapp/components/user_settings')
-rw-r--r--webapp/components/user_settings/custom_theme_chooser.jsx15
1 files changed, 12 insertions, 3 deletions
diff --git a/webapp/components/user_settings/custom_theme_chooser.jsx b/webapp/components/user_settings/custom_theme_chooser.jsx
index 8f95a990d..560335379 100644
--- a/webapp/components/user_settings/custom_theme_chooser.jsx
+++ b/webapp/components/user_settings/custom_theme_chooser.jsx
@@ -338,7 +338,10 @@ class CustomThemeChooser extends React.Component {
className='theme-elements__header'
onClick={this.toggleContent}
>
- {'Sidebar Styles'}
+ <FormattedMessage
+ id='user.settings.custom_theme.sidebarTitle'
+ defaultMessage='Sidebar Styles'
+ />
<div className='header__icon'>
<i className='fa fa-plus'></i>
<i className='fa fa-minus'></i>
@@ -353,7 +356,10 @@ class CustomThemeChooser extends React.Component {
className='theme-elements__header'
onClick={this.toggleContent}
>
- {'Center Channel Styles'}
+ <FormattedMessage
+ id='user.settings.custom_theme.centerChannelTitle'
+ defaultMessage='Center Channel Styles'
+ />
<div className='header__icon'>
<i className='fa fa-plus'></i>
<i className='fa fa-minus'></i>
@@ -368,7 +374,10 @@ class CustomThemeChooser extends React.Component {
className='theme-elements__header'
onClick={this.toggleContent}
>
- {'Link and Button Styles'}
+ <FormattedMessage
+ id='user.settings.custom_theme.linkButtonTitle'
+ defaultMessage='Link and Button Styles'
+ />
<div className='header__icon'>
<i className='fa fa-plus'></i>
<i className='fa fa-minus'></i>