Skip to content

Commit

Permalink
PM-6209 Removed MAUI label from environment and about pages (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr authored and vvolkgang committed Mar 29, 2024
1 parent 8fd9e02 commit 4633fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/Core/Pages/Accounts/EnvironmentPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
3 changes: 1 addition & 2 deletions src/Core/Pages/Settings/AboutSettingsPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ public string AppInfo
{
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());
Expand Down

0 comments on commit 4633fea

Please sign in to comment.