mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[PM-22421] update copy for set pin modal (#15120)
This commit is contained in:
@@ -2153,8 +2153,8 @@
|
||||
"setYourPinCode": {
|
||||
"message": "Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application."
|
||||
},
|
||||
"setYourPinCode1": {
|
||||
"message": "Your PIN will be used to unlock Bitwarden instead of your master password. Your PIN will reset if you ever fully log out of Bitwarden."
|
||||
"setPinCode": {
|
||||
"message": "You can use this PIN to unlock Bitwarden. Your PIN will be reset if you ever fully log out of the application."
|
||||
},
|
||||
"pinRequired": {
|
||||
"message": "PIN code is required."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div bitDialogContent>
|
||||
<p>
|
||||
{{ "setYourPinCode1" | i18n }}
|
||||
{{ "setPinCode" | i18n }}
|
||||
</p>
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "pin" | i18n }}</bit-label>
|
||||
|
||||
Reference in New Issue
Block a user