rename temporary password to one-time password

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-11-21 14:06:32 +08:00
parent 50be5c0f14
commit 6f390759f3
29 changed files with 88 additions and 84 deletions

View File

@@ -586,7 +586,7 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
kUseBothPasswords,
];
List<String> passwordValues = [
translate('Use temporary password'),
translate('Use one-time password'),
translate('Use permanent password'),
translate('Use both passwords'),
];
@@ -665,7 +665,7 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
Offstage(
offstage: !usePassword,
child: _SubLabeledWidget(
'Temporary Password Length',
'One-time password length',
Row(
children: [
...lengthRadios,