mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
PM-6209 Removed MAUI label from environment and about pages (#2990)
This commit is contained in:
parent
3c96ae2220
commit
4e50f1697d
2 changed files with 1 additions and 6 deletions
|
@ -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" />
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue