diff --git a/web/react/components/about_build_modal.jsx b/web/react/components/about_build_modal.jsx
index fe48bb48ef..34b1fdccfb 100644
--- a/web/react/components/about_build_modal.jsx
+++ b/web/react/components/about_build_modal.jsx
@@ -21,29 +21,38 @@ export default class AboutBuildModal extends React.Component {
let title = (
);
+
let licensee;
- if (config.BuildEnterpriseReady === 'true' && license.IsLicensed === 'true') {
+ if (config.BuildEnterpriseReady === 'true') {
title = (
);
- licensee = (
-
-
-
+ if (license.IsLicensed === 'true') {
+ title = (
+
+ );
+ licensee = (
+
+
+
+
+
{license.Company}
-
{license.Company}
-
- );
+ );
+ }
}
return (
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 090b8be05d..feea91aad8 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1,11 +1,12 @@
{
"about.close": "Close",
"about.date": "Build Date:",
- "about.enterpriseEdition": "Enterprise Edition",
+ "about.enterpriseEditione1": "Enterprise Edition E1",
"about.hash": "Build Hash:",
"about.licensed": "Licensed by:",
"about.number": "Build Number:",
- "about.teamEdtion": "Team Edition",
+ "about.teamEditiont0": "Team Edition T0",
+ "about.teamEditiont1": "Team Edition T1",
"about.title": "About Mattermost",
"about.version": "Version:",
"access_history.title": "Access History",
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 89326bff32..2a7eaae166 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -1,11 +1,12 @@
{
"about.close": "Cerrar",
"about.date": "Fecha de compilación:",
- "about.enterpriseEdition": "Edición Enterprise",
+ "about.enterpriseEditione1": "Edición Enterprise E1",
"about.hash": "Hash de compilación:",
"about.licensed": "Licenciado por:",
"about.number": "Número de compilación:",
- "about.teamEdtion": "Edición Team",
+ "about.teamEditiont0": "Edición Team T0",
+ "about.teamEditiont1": "Edición Team T1",
"about.title": "Acerca de Mattermost",
"about.version": "Versión:",
"access_history.title": "Historial de Acceso",
diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json
index e8f1d481e4..b9b8f4c07d 100644
--- a/web/static/i18n/pt.json
+++ b/web/static/i18n/pt.json
@@ -1,11 +1,12 @@
{
"about.close": "Fechar",
"about.date": "Data De Criação:",
- "about.enterpriseEdition": "Enterprise Edition",
+ "about.enterpriseEditione1": "Enterprise Edition E1",
"about.hash": "Hash de Compilação:",
"about.licensed": "Licenciado pela:",
"about.number": "O Número De Compilação:",
- "about.teamEdtion": "Team Edition",
+ "about.teamEditiont0": "Team Edition T0",
+ "about.teamEditiont1": "Team Edition T1",
"about.title": "Sobre o Mattermost",
"about.version": "Versão:",
"access_history.title": "Histórico de Acesso",