1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[PM-22421] update copy for set pin modal (#15120)

This commit is contained in:
Jason Ng
2025-06-09 15:02:50 -04:00
committed by GitHub
parent c27c6e8952
commit c4092ddcd5
2 changed files with 3 additions and 3 deletions

View File

@@ -2153,8 +2153,8 @@
"setYourPinCode": { "setYourPinCode": {
"message": "Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application." "message": "Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application."
}, },
"setYourPinCode1": { "setPinCode": {
"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." "message": "You can use this PIN to unlock Bitwarden. Your PIN will be reset if you ever fully log out of the application."
}, },
"pinRequired": { "pinRequired": {
"message": "PIN code is required." "message": "PIN code is required."

View File

@@ -5,7 +5,7 @@
</div> </div>
<div bitDialogContent> <div bitDialogContent>
<p> <p>
{{ "setYourPinCode1" | i18n }} {{ "setPinCode" | i18n }}
</p> </p>
<bit-form-field> <bit-form-field>
<bit-label>{{ "pin" | i18n }}</bit-label> <bit-label>{{ "pin" | i18n }}</bit-label>