Merge pull request #800 from mishimi/patch-7

PLT 381 In Theme Color settings, change the "Button Color" to "Button…
Этот коммит содержится в:
Christopher Speller
2015-09-25 09:15:38 -04:00
родитель 5b3cc2a4e7 b86833f0c5
Коммит ceed229062

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

@@ -182,7 +182,7 @@ module.exports = {
}, },
{ {
id: 'sidebarText', id: 'sidebarText',
uiName: 'Sidebar text color' uiName: 'Sidebar Text'
}, },
{ {
id: 'sidebarHeaderBg', id: 'sidebarHeaderBg',
@@ -190,51 +190,51 @@ module.exports = {
}, },
{ {
id: 'sidebarHeaderTextColor', id: 'sidebarHeaderTextColor',
uiName: 'Sidebar Header text color' uiName: 'Sidebar Header Text'
}, },
{ {
id: 'sidebarUnreadText', id: 'sidebarUnreadText',
uiName: 'Sidebar unread text color' uiName: 'Sidebar Unread Text'
}, },
{ {
id: 'sidebarTextHoverBg', id: 'sidebarTextHoverBg',
uiName: 'Sidebar text hover BG' uiName: 'Sidebar Text Hover BG'
}, },
{ {
id: 'sidebarTextHoverColor', id: 'sidebarTextHoverColor',
uiName: 'Sidebar text hover color' uiName: 'Sidebar Text Hover Color'
}, },
{ {
id: 'sidebarTextActiveBg', id: 'sidebarTextActiveBg',
uiName: 'Sidebar text active BG' uiName: 'Sidebar Text Active BG'
}, },
{ {
id: 'sidebarTextActiveColor', id: 'sidebarTextActiveColor',
uiName: 'Sidebar text active color' uiName: 'Sidebar Text Active Color'
}, },
{ {
id: 'onlineIndicator', id: 'onlineIndicator',
uiName: 'Online indicator' uiName: 'Online Indicator'
}, },
{ {
id: 'mentionBj', id: 'mentionBj',
uiName: 'Mention jewel BG' uiName: 'Mention Jewel BG'
}, },
{ {
id: 'mentionColor', id: 'mentionColor',
uiName: 'Mention jewel text color' uiName: 'Mention Jewel Text'
}, },
{ {
id: 'centerChannelBg', id: 'centerChannelBg',
uiName: 'Center channel BG' uiName: 'Center Channel BG'
}, },
{ {
id: 'centerChannelColor', id: 'centerChannelColor',
uiName: 'Center channel text color' uiName: 'Center Channel Text'
}, },
{ {
id: 'linkColor', id: 'linkColor',
uiName: 'Link color' uiName: 'Link Color'
}, },
{ {
id: 'buttonBg', id: 'buttonBg',
@@ -243,7 +243,7 @@ module.exports = {
{ {
id: 'buttonColor', id: 'buttonColor',
uiName: 'Button Color' uiName: 'Button Text'
} }
] ]
}; };