From c87f92b34601097dfb722162043469de0983b62d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 1 Oct 2023 06:21:03 +0200 Subject: [PATCH] feat: Adjust install dialog labels --- assets/i18n/en_US.json | 5 ++--- lib/ui/views/installer/installer_viewmodel.dart | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 242ebf64..d3fe1128 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -145,9 +145,8 @@ "installTypeDescription": "Select the installation type to proceed with.", "installButton": "Install", - "installRootType": "Root", - "installNonRootType": "Non-root", - "installRecommendedType": "Recommended", + "installRootType": "Mount", + "installNonRootType": "Normal", "pressBackAgain": "Press back again to cancel", "openButton": "Open", diff --git a/lib/ui/views/installer/installer_viewmodel.dart b/lib/ui/views/installer/installer_viewmodel.dart index ab60c377..137d2269 100644 --- a/lib/ui/views/installer/installer_viewmodel.dart +++ b/lib/ui/views/installer/installer_viewmodel.dart @@ -209,7 +209,6 @@ class InstallerViewModel extends BaseViewModel { ), RadioListTile( title: I18nText('installerView.installNonRootType'), - subtitle: I18nText('installerView.installRecommendedType'), contentPadding: const EdgeInsets.symmetric(horizontal: 16), value: 0, groupValue: value,