summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/admin_console/license_settings.jsx9
-rw-r--r--webapp/components/user_settings/premade_theme_chooser.jsx2
2 files changed, 8 insertions, 3 deletions
diff --git a/webapp/components/admin_console/license_settings.jsx b/webapp/components/admin_console/license_settings.jsx
index 30a97a73b..20e2fc83a 100644
--- a/webapp/components/admin_console/license_settings.jsx
+++ b/webapp/components/admin_console/license_settings.jsx
@@ -153,7 +153,12 @@ class LicenseSettings extends React.Component {
edition = (
<p>
{'Mattermost Enterprise Edition. Unlock enterprise features in this software through the purchase of a subscription from '}
- <a href='https://mattermost.com/'>{'https://mattermost.com/'}</a>
+ <a
+ target='_blank'
+ href='https://mattermost.com/'
+ >
+ {'https://mattermost.com/'}
+ </a>
</p>
);
@@ -174,7 +179,7 @@ class LicenseSettings extends React.Component {
licenseKey = (
<div className='col-sm-8'>
<div className='file__upload'>
- <button className='btn btn-default'>
+ <button className='btn btn-primary'>
<FormattedMessage
id='admin.license.choose'
defaultMessage='Choose File'
diff --git a/webapp/components/user_settings/premade_theme_chooser.jsx b/webapp/components/user_settings/premade_theme_chooser.jsx
index 326120957..7ccc76d7a 100644
--- a/webapp/components/user_settings/premade_theme_chooser.jsx
+++ b/webapp/components/user_settings/premade_theme_chooser.jsx
@@ -54,7 +54,7 @@ export default class PremadeThemeChooser extends React.Component {
{premadeThemes}
<div className='col-sm-12 padding-bottom x2'>
<a
- href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
+ href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-theme-examples'
target='_blank'
>
<FormattedMessage