1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-25 10:26:02 +02:00

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 Álison Fernandes
parent 8fd9e0203d
commit 4633fea41e
No known key found for this signature in database
GPG Key ID: B8CE98903DFC87BC
2 changed files with 1 additions and 6 deletions

View File

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

View File

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