1
0
mirror of https://github.com/bitwarden/web synced 2026-01-09 03:53:28 +00:00

[Reset Password] Enrollment actions (#900)

* [Reset Password] Enrollment actions

* Update jslib (0951424 -> f4f00b1)

* Added status icon
This commit is contained in:
Vincent Salucci
2021-04-05 09:48:46 -05:00
committed by GitHub
parent 0aee3b7370
commit 32e9124b9c
5 changed files with 88 additions and 2 deletions

View File

@@ -3833,5 +3833,38 @@
},
"hintEqualsPassword": {
"message": "Your password hint cannot be the same as your password."
},
"enrollPasswordReset": {
"message": "Enroll in Password Reset"
},
"enrolledPasswordReset": {
"message": "Enrolled in Password Reset"
},
"withdrawPasswordReset": {
"message": "Withdraw from Password Reset"
},
"enrollPasswordResetSuccess": {
"message": "Enrollment success!"
},
"withdrawPasswordResetSuccess": {
"message": "Withdrawal success!"
},
"eventEnrollPasswordReset": {
"message": "User $ID$ enrolled in password reset assistance.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"eventWithdrawPasswordReset": {
"message": "User $ID$ withdrew from password reset assistance.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
}
}