mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
feat: Adjust install dialog labels
This commit is contained in:
parent
6961bb7fd0
commit
c87f92b346
2 changed files with 2 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue