summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/about_build_modal.jsx2
-rw-r--r--webapp/i18n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/about_build_modal.jsx b/webapp/components/about_build_modal.jsx
index 1f41d76f9..b95d3a60a 100644
--- a/webapp/components/about_build_modal.jsx
+++ b/webapp/components/about_build_modal.jsx
@@ -96,7 +96,7 @@ export default class AboutBuildModal extends React.Component {
<div className='form-group'>
<FormattedMessage
id='about.licensed'
- defaultMessage='Licensed by:'
+ defaultMessage='Licensed to:'
/>
&nbsp;{license.Company}
</div>
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 204b21b0d..8f3800470 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -8,7 +8,7 @@
"about.enterpriseEditione1": "Enterprise Edition",
"about.hash": "Build Hash:",
"about.hashee": "EE Build Hash:",
- "about.licensed": "Licensed by:",
+ "about.licensed": "Licensed to:",
"about.number": "Build Number:",
"about.teamEditionLearn": "Join the Mattermost community at ",
"about.teamEditionSt": "All your team communication in one place, instantly searchable and accessible anywhere.",