Skip to content

Commit

Permalink
fix(Keystore Password): textfield title display
Browse files Browse the repository at this point in the history
Signed-off-by: validcube <pun.butrach@gmail.com>
  • Loading branch information
validcube committed Jan 21, 2024
1 parent 9764326 commit 8e52abd
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -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(),
),
),
),
],
Expand Down

0 comments on commit 8e52abd

Please sign in to comment.