mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: use i18n translation for installer page
This commit is contained in:
@ -206,8 +206,8 @@ class InstallerViewModel extends BaseViewModel {
|
||||
),
|
||||
),
|
||||
RadioListTile(
|
||||
title: const Text('Non-root'),
|
||||
subtitle: const Text('Recommended'),
|
||||
title: I18nText('installerView.installNonRootType'),
|
||||
subtitle: I18nText('installerView.installRecommendedType'),
|
||||
contentPadding: const EdgeInsets.symmetric(horizontal: 10),
|
||||
value: 0,
|
||||
groupValue: value,
|
||||
@ -216,7 +216,7 @@ class InstallerViewModel extends BaseViewModel {
|
||||
},
|
||||
),
|
||||
RadioListTile(
|
||||
title: const Text('Root'),
|
||||
title: I18nText('installerView.installRootType'),
|
||||
contentPadding: const EdgeInsets.symmetric(horizontal: 10),
|
||||
value: 1,
|
||||
groupValue: value,
|
||||
|
Reference in New Issue
Block a user