summaryrefslogtreecommitdiffstats
path: root/webapp
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
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')
-rw-r--r--webapp/components/admin_console/admin_sidebar.jsx2
-rw-r--r--webapp/components/admin_console/native_app_link_settings.jsx2
-rw-r--r--webapp/components/navbar_dropdown.jsx2
-rw-r--r--webapp/components/sidebar_right_menu.jsx2
-rw-r--r--webapp/i18n/en.json8
5 files changed, 8 insertions, 8 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>
);
diff --git a/webapp/components/navbar_dropdown.jsx b/webapp/components/navbar_dropdown.jsx
index 719ec74d9..876745ad4 100644
--- a/webapp/components/navbar_dropdown.jsx
+++ b/webapp/components/navbar_dropdown.jsx
@@ -347,7 +347,7 @@ export default class NavbarDropdown extends React.Component {
>
<FormattedMessage
id='navbar_dropdown.nativeApps'
- defaultMessage='Download Native Apps'
+ defaultMessage='Download Mattermost Apps'
/>
</Link>
</li>
diff --git a/webapp/components/sidebar_right_menu.jsx b/webapp/components/sidebar_right_menu.jsx
index 1cab0748f..350cebb1d 100644
--- a/webapp/components/sidebar_right_menu.jsx
+++ b/webapp/components/sidebar_right_menu.jsx
@@ -331,7 +331,7 @@ export default class SidebarRightMenu extends React.Component {
<i className='icon fa fa-mobile'></i>
<FormattedMessage
id='sidebar_right_menu.nativeApps'
- defaultMessage='Download Native Apps'
+ defaultMessage='Download Mattermost Apps'
/>
</Link>
</li>
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 6f2f81792..8b9e31496 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -217,7 +217,7 @@
"admin.customization.enableCustomEmojiTitle": "Enable Custom Emoji:",
"admin.customization.iosAppDownloadLinkDesc": "Add a link to download the iOS app. Users who access the site on a mobile web browser will be prompted with a page giving them the option to download the app. Leave this field blank to prevent the page from appearing.",
"admin.customization.iosAppDownloadLinkTitle": "iOS App Download Link:",
- "admin.customization.nativeAppLinks": "Native App Links",
+ "admin.customization.nativeAppLinks": "Mattermost App Links",
"admin.customization.restrictCustomEmojiCreationAdmin": "Allow System and Team Admins to create custom emoji",
"admin.customization.restrictCustomEmojiCreationAll": "Allow everyone to create custom emoji",
"admin.customization.restrictCustomEmojiCreationDesc": "Restrict the creation of custom emoji to certain users.",
@@ -696,7 +696,7 @@
"admin.sidebar.logging": "Logging",
"admin.sidebar.login": "Login",
"admin.sidebar.logs": "Logs",
- "admin.sidebar.nativeAppLinks": "Native App Links",
+ "admin.sidebar.nativeAppLinks": "Mattermost App Links",
"admin.sidebar.notifications": "Notifications",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "OTHER",
@@ -1474,7 +1474,7 @@
"navbar_dropdown.leave": "Leave Team",
"navbar_dropdown.logout": "Logout",
"navbar_dropdown.manageMembers": "Manage Members",
- "navbar_dropdown.nativeApps": "Download Native Apps",
+ "navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.report": "Report a Problem",
"navbar_dropdown.switchTeam": "Switch to {team}",
"navbar_dropdown.switchTo": "Switch to ",
@@ -1595,7 +1595,7 @@
"sidebar_right_menu.inviteNew": "Invite New Member",
"sidebar_right_menu.logout": "Logout",
"sidebar_right_menu.manageMembers": "Manage Members",
- "sidebar_right_menu.nativeApps": "Download Native App",
+ "sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.recentMentions": "Recent Mentions",
"sidebar_right_menu.report": "Report a Problem",
"sidebar_right_menu.switch_team": "Team Selection",