change "temporary password" to "one-time password"
This commit is contained in:
parent
f94295cb93
commit
6ae2fbdbc8
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ void setTemporaryPasswordLengthDialog(
|
|||
}
|
||||
|
||||
return CustomAlertDialog(
|
||||
title: Text(translate("Set temporary password length")),
|
||||
title: Text(translate("Set one-time password length")),
|
||||
content: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue