mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Shorten sentence to avoid word-wrap (#3347)
* Update about_build_modal.jsx * Update en.json
This commit is contained in:
@@ -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.'
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
@@ -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:",
|
||||
|
||||
Reference in New Issue
Block a user