mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 14:54:25 +02:00
fix(Keystore Password): textfield title display
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
parent
9764326242
commit
8e52abda9a
@ -41,9 +41,10 @@ class SManageKeystorePassword extends BaseViewModel {
|
||||
onChanged: (value) => notifyListeners(),
|
||||
decoration: InputDecoration(
|
||||
border: const OutlineInputBorder(),
|
||||
labelText: I18nText(
|
||||
labelText: FlutterI18n.translate(
|
||||
context,
|
||||
'settingsView.selectKeystorePassword',
|
||||
).toString(),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user