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:
@@ -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."
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user