summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/about_build_modal.jsx6
-rw-r--r--webapp/i18n/en.json1
-rw-r--r--webapp/sass/routes/_about-modal.scss3
3 files changed, 9 insertions, 1 deletions
diff --git a/webapp/components/about_build_modal.jsx b/webapp/components/about_build_modal.jsx
index 22354d80e..2f7b3e781 100644
--- a/webapp/components/about_build_modal.jsx
+++ b/webapp/components/about_build_modal.jsx
@@ -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:'
+ />
+ &nbsp;{config.BuildHashEnterprise}
</p>
<p>
<FormattedMessage
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 41e0a9747..de5a72107 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -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 ",
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
index 43d04319d..4bfd04e57 100644
--- a/webapp/sass/routes/_about-modal.scss
+++ b/webapp/sass/routes/_about-modal.scss
@@ -59,6 +59,7 @@
p {
&:first-child {
float: left;
+ text-align: left;
}
}
}
@@ -79,4 +80,4 @@
}
}
-} \ No newline at end of file
+}