PM-6209 Removed MAUI label from environment and about pages (#2990)

This commit is contained in:
Federico Maccaroni 2024-02-09 12:08:45 -03:00 committed by GitHub
parent 3c96ae2220
commit 4e50f1697d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -21,10 +21,6 @@
<ScrollView> <ScrollView>
<StackLayout Spacing="20"> <StackLayout Spacing="20">
<StackLayout StyleClass="box"> <StackLayout StyleClass="box">
<StackLayout StyleClass="box-row-header">
<Label Text="MAUI APP"
StyleClass="box-header, box-header-platform" />
</StackLayout>
<StackLayout StyleClass="box-row-header"> <StackLayout StyleClass="box-row-header">
<Label Text="{u:I18n SelfHostedEnvironment, Header=True}" <Label Text="{u:I18n SelfHostedEnvironment, Header=True}"
StyleClass="box-header, box-header-platform" /> StyleClass="box-header, box-header-platform" />

View file

@ -68,8 +68,7 @@ namespace Bit.App.Pages
{ {
get get
{ {
// TODO: REMOVE WHEN MERGED INTO MAIN BRANCH var appInfo = string.Format("{0}: {1} ({2})",
var appInfo = string.Format("MAUI {0}: {1} ({2})",
AppResources.Version, AppResources.Version,
_platformUtilsService.GetApplicationVersion(), _platformUtilsService.GetApplicationVersion(),
_deviceActionService.GetBuildNumber()); _deviceActionService.GetBuildNumber());