i18n: fix typo for CONFIRM_SECRET (#19140)

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
Bin Liu 2023-08-24 14:52:52 +08:00 committed by GitHub
parent 298ecbbe7d
commit 23fd87a316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
"ADMIN_CLI_SECRET_BUTTON": "生成新的CLI密码",
"ADMIN_CLI_SECRET_RESET_BUTTON": "输入您自己的CLI密码",
"NEW_SECRET": "密码",
"CONFIRM_SECRET": "重复入密码",
"CONFIRM_SECRET": "重复入密码",
"GENERATE_SUCCESS": "成功设置新的CLI密码",
"GENERATE_ERROR": "设置新的CLI密码失败",
"CONFIRM_TITLE_CLI_GENERATE": "您确定需要重新生成cli secret吗?",