mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding enterprise build hash to about dialog (#3058)
This commit is contained in:
committed by
Corey Hulen
parent
4a426be6b8
commit
2a137e97c4
@@ -157,6 +157,12 @@ export default class AboutBuildModal extends React.Component {
|
||||
defaultMessage='Build Hash:'
|
||||
/>
|
||||
{config.BuildHash}
|
||||
<br/>
|
||||
<FormattedMessage
|
||||
id='about.hashee'
|
||||
defaultMessage='EE Build Hash:'
|
||||
/>
|
||||
{config.BuildHashEnterprise}
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"about.enterpriseEditionSt": "Modern enterprise communication from behind your firewall.",
|
||||
"about.enterpriseEditione1": "Enterprise Edition",
|
||||
"about.hash": "Build Hash:",
|
||||
"about.hashee": "EE Build Hash:",
|
||||
"about.licensed": "Licensed by:",
|
||||
"about.number": "Build Number:",
|
||||
"about.teamEditionLearn": "Join the Mattermost community at ",
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
p {
|
||||
&:first-child {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -79,4 +80,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user