mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +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(),
|
onChanged: (value) => notifyListeners(),
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
labelText: I18nText(
|
labelText: FlutterI18n.translate(
|
||||||
|
context,
|
||||||
'settingsView.selectKeystorePassword',
|
'settingsView.selectKeystorePassword',
|
||||||
).toString(),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user