change "temporary password" to "one-time password"
This commit is contained in:
parent
f94295cb93
commit
6ae2fbdbc8
@ -162,7 +162,7 @@ void setTemporaryPasswordLengthDialog(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return CustomAlertDialog(
|
return CustomAlertDialog(
|
||||||
title: Text(translate("Set temporary password length")),
|
title: Text(translate("Set one-time password length")),
|
||||||
content: Column(
|
content: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children:
|
children:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user