diff --git a/app/screens/about/about.js b/app/screens/about/about.js
index cbbf406fb..b8c779c92 100644
--- a/app/screens/about/about.js
+++ b/app/screens/about/about.js
@@ -243,7 +243,7 @@ export default class About extends PureComponent {
platform: (
@@ -265,20 +265,20 @@ export default class About extends PureComponent {
- {'\u00a0' + config.BuildHash}
+ {config.BuildHash}
- {'\u00a0' + config.BuildHashEnterprise}
+ {config.BuildHashEnterprise}
@@ -286,10 +286,10 @@ export default class About extends PureComponent {
- {'\u00a0' + config.BuildDate}
+ {config.BuildDate}
@@ -325,7 +325,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
},
titleContainer: {
flex: 1,
- flexDirection: 'row',
marginBottom: 20,
},
title: {
@@ -375,7 +374,12 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
},
footerGroup: {
flex: 1,
- flexDirection: 'row',
+ },
+ footerTitleText: {
+ color: changeOpacity(theme.centerChannelColor, 0.5),
+ fontSize: 11,
+ fontWeight: '600',
+ lineHeight: 13,
},
footerText: {
color: changeOpacity(theme.centerChannelColor, 0.5),
diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json
index b3e302eb0..06201695f 100644
--- a/assets/base/i18n/en.json
+++ b/assets/base/i18n/en.json
@@ -2482,7 +2482,7 @@
"mobile.more_dms.title": "New Conversation",
"mobile.more_dms.you": "(@{username} - you)",
"mobile.notice_mobile_link": "mobile apps",
- "mobile.notice_platform_link": "platform",
+ "mobile.notice_platform_link": "server",
"mobile.notice_text": "Mattermost is made possible by the open source software used in our {platform} and {mobile}.",
"mobile.notification.in": " in ",
"mobile.notification_settings.auto_responder": "Automatic Direct Message Replies",