mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Unify spelling of "One-Time Password"
Spelling is in accordance with the HOTP RFC 4226 and TOTP RFC 6238. Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
d63a91da4b
commit
ea5c0a1f7c
@@ -647,7 +647,7 @@ define(['dojo/_base/declare',
|
||||
label: text.get('@i18n:login.password', "Password"),
|
||||
placeholder: text.get(
|
||||
'@i18n:login.password_and_otp',
|
||||
'Password or Password+One-Time-Password'
|
||||
'Password or Password+One-Time Password'
|
||||
),
|
||||
show_errors: false,
|
||||
undo: false
|
||||
@@ -713,7 +713,7 @@ define(['dojo/_base/declare',
|
||||
label: text.get('@i18n:password.otp', "OTP"),
|
||||
placeholder: text.get(
|
||||
'@i18n:password.otp_long',
|
||||
'One-Time-Password'
|
||||
'One-Time Password'
|
||||
),
|
||||
show_errors: false,
|
||||
undo: false
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
"logout": "Log out",
|
||||
"logout_error": "Log out error",
|
||||
"password": "Password",
|
||||
"password_and_otp": "Password or Password+One-Time-Password",
|
||||
"password_and_otp": "Password or Password+One-Time Password",
|
||||
"sync_otp_token": "Sync OTP Token",
|
||||
"username": "Username"
|
||||
},
|
||||
@@ -459,14 +459,14 @@
|
||||
"keytab": "Kerberos Key",
|
||||
"keytab_missing": "Kerberos Key Not Present",
|
||||
"keytab_present": "Kerberos Key Present, Host Provisioned",
|
||||
"password": "One-Time-Password",
|
||||
"password_missing": "One-Time-Password Not Present",
|
||||
"password_present": "One-Time-Password Present",
|
||||
"password": "One-Time Password",
|
||||
"password_missing": "One-Time Password Not Present",
|
||||
"password_present": "One-Time Password Present",
|
||||
"password_reset_button": "Reset OTP",
|
||||
"password_reset_title": "Reset One-Time-Password",
|
||||
"password_reset_title": "Reset One-Time Password",
|
||||
"password_set_button": "Set OTP",
|
||||
"password_set_success": "OTP set",
|
||||
"password_set_title": "Set One-Time-Password",
|
||||
"password_set_title": "Set One-Time Password",
|
||||
"status": "Status",
|
||||
"unprovision": "Unprovision",
|
||||
"unprovision_confirmation": "Are you sure you want to unprovision this host?",
|
||||
@@ -749,12 +749,12 @@
|
||||
"otp": "OTP",
|
||||
"otp_info": "<i class=\"fa fa-info-circle\"></i> <strong>OTP (One-Time Password):</strong> Generate new OTP code for each OTP field.",
|
||||
"otp_reset_info": "<i class=\"fa fa-info-circle\"></i> <strong>OTP (One-Time Password):</strong> Leave blank if you are not using OTP tokens for authentication.",
|
||||
"otp_long": "One-Time-Password",
|
||||
"otp_long": "One-Time Password",
|
||||
"otp_sync_fail": "Token synchronization failed",
|
||||
"otp_sync_invalid": "The username, password or token codes are not correct",
|
||||
"otp_sync_success": "Token was synchronized",
|
||||
"password": "Password",
|
||||
"password_and_otp": "Password or Password+One-Time-Password",
|
||||
"password_and_otp": "Password or Password+One-Time Password",
|
||||
"password_change_complete": "Password change complete",
|
||||
"password_must_match": "Passwords must match",
|
||||
"reset_failure": "Password reset was not successful.",
|
||||
|
||||
Reference in New Issue
Block a user