fix(Keystore Password): textfield title display

Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
validcube 2024-01-21 16:58:00 +07:00
parent 9764326242
commit 8e52abda9a
No known key found for this signature in database
GPG key ID: DBA94253E1D3F267

View file

@ -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(),
),
),
),
],