mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-01 22:34:25 +02:00
feat: Adjust install dialog labels
This commit is contained in:
parent
6961bb7fd0
commit
c87f92b346
@ -145,9 +145,8 @@
|
|||||||
"installTypeDescription": "Select the installation type to proceed with.",
|
"installTypeDescription": "Select the installation type to proceed with.",
|
||||||
|
|
||||||
"installButton": "Install",
|
"installButton": "Install",
|
||||||
"installRootType": "Root",
|
"installRootType": "Mount",
|
||||||
"installNonRootType": "Non-root",
|
"installNonRootType": "Normal",
|
||||||
"installRecommendedType": "Recommended",
|
|
||||||
|
|
||||||
"pressBackAgain": "Press back again to cancel",
|
"pressBackAgain": "Press back again to cancel",
|
||||||
"openButton": "Open",
|
"openButton": "Open",
|
||||||
|
@ -209,7 +209,6 @@ class InstallerViewModel extends BaseViewModel {
|
|||||||
),
|
),
|
||||||
RadioListTile(
|
RadioListTile(
|
||||||
title: I18nText('installerView.installNonRootType'),
|
title: I18nText('installerView.installNonRootType'),
|
||||||
subtitle: I18nText('installerView.installRecommendedType'),
|
|
||||||
contentPadding: const EdgeInsets.symmetric(horizontal: 16),
|
contentPadding: const EdgeInsets.symmetric(horizontal: 16),
|
||||||
value: 0,
|
value: 0,
|
||||||
groupValue: value,
|
groupValue: value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user