mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01: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(),
|
||||
decoration: InputDecoration(
|
||||
border: const OutlineInputBorder(),
|
||||
labelText: I18nText(
|
||||
labelText: FlutterI18n.translate(
|
||||
context,
|
||||
'settingsView.selectKeystorePassword',
|
||||
).toString(),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue