mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +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
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue