summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-06 08:45:53 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 09:45:53 -0300
commita44a5aadf1766d039b80fe7d77455f8b9e0ff2ff (patch)
tree7630b28dc06796fcf44cac6793fcf7abfe5a3d88 /webapp/components/admin_console
parentdda0ea355283623cf9bf3f5d16f3a3c3033106ae (diff)
downloadchat-a44a5aadf1766d039b80fe7d77455f8b9e0ff2ff.tar.gz
chat-a44a5aadf1766d039b80fe7d77455f8b9e0ff2ff.tar.bz2
chat-a44a5aadf1766d039b80fe7d77455f8b9e0ff2ff.zip
Change "Native Apps" to "Mattermost Apps" for consistency (#3957)
Change "Native Apps" to "Mattermost Apps" for consistency
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/admin_sidebar.jsx2
-rw-r--r--webapp/components/admin_console/native_app_link_settings.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/admin_sidebar.jsx b/webapp/components/admin_console/admin_sidebar.jsx
index 0b107e19a..77d2fa2ae 100644
--- a/webapp/components/admin_console/admin_sidebar.jsx
+++ b/webapp/components/admin_console/admin_sidebar.jsx
@@ -646,7 +646,7 @@ export default class AdminSidebar extends React.Component {
title={
<FormattedMessage
id='admin.sidebar.nativeAppLinks'
- defaultMessage='Native App Links'
+ defaultMessage='Mattermost App Links'
/>
}
diff --git a/webapp/components/admin_console/native_app_link_settings.jsx b/webapp/components/admin_console/native_app_link_settings.jsx
index 6c3acb14f..05d61a284 100644
--- a/webapp/components/admin_console/native_app_link_settings.jsx
+++ b/webapp/components/admin_console/native_app_link_settings.jsx
@@ -38,7 +38,7 @@ export default class NativeAppLinkSettings extends AdminSettings {
<h3>
<FormattedMessage
id='admin.customization.nativeAppLinks'
- defaultMessage='Native App Links'
+ defaultMessage='Mattermost App Links'
/>
</h3>
);