summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-06-15 09:54:44 -0700
committerenahum <nahumhbl@gmail.com>2016-06-15 13:54:44 -0300
commitc7eccc27883bf7035f77876d9461a7b1eaedf455 (patch)
treeac2f6998c74de55f3aeeec10b441b8e26cdac4d0 /webapp
parent7d9f066728c7a02c493585542fb7a77bc0ed3f3e (diff)
downloadchat-c7eccc27883bf7035f77876d9461a7b1eaedf455.tar.gz
chat-c7eccc27883bf7035f77876d9461a7b1eaedf455.tar.bz2
chat-c7eccc27883bf7035f77876d9461a7b1eaedf455.zip
Shorten sentence to avoid word-wrap (#3347)
* Update about_build_modal.jsx * Update en.json
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 de0b2d58c..6e245a9ef 100644
--- a/webapp/components/about_build_modal.jsx
+++ b/webapp/components/about_build_modal.jsx
@@ -65,7 +65,7 @@ export default class AboutBuildModal extends React.Component {
subTitle = (
<FormattedMessage
id='about.enterpriseEditionSt'
- defaultMessage='Modern enterprise communication from behind your firewall.'
+ defaultMessage='Modern communication from behind your firewall.'
/>
);
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 435d25dfb..61d857da3 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -4,7 +4,7 @@
"about.database": "Database:",
"about.date": "Build Date:",
"about.enterpriseEditionLearn": "Learn more about Enterprise Edition at ",
- "about.enterpriseEditionSt": "Modern enterprise communication from behind your firewall.",
+ "about.enterpriseEditionSt": "Modern communication from behind your firewall.",
"about.enterpriseEditione1": "Enterprise Edition",
"about.hash": "Build Hash:",
"about.hashee": "EE Build Hash:",