summaryrefslogtreecommitdiffstats
path: root/webapp/components
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/components
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/components')
-rw-r--r--webapp/components/about_build_modal.jsx2
1 files changed, 1 insertions, 1 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.'
/>
);