mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Adding UUID under the secret name on secrets list (#5773)
* adding UUID under the secret name on secrets list * thomas' suggested changes * Adding small attribute to bitbutton * Copying a secret will work on all pages now that show secrets
This commit is contained in:
@@ -717,6 +717,9 @@
|
||||
"yourVaultIsLocked": {
|
||||
"message": "Your vault is locked. Verify your master password to continue."
|
||||
},
|
||||
"uuid":{
|
||||
"message" : "UUID"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Unlock"
|
||||
},
|
||||
@@ -948,6 +951,9 @@
|
||||
"copyVerificationCode": {
|
||||
"message": "Copy verification code"
|
||||
},
|
||||
"copyUuid": {
|
||||
"message": "Copy UUID"
|
||||
},
|
||||
"warning": {
|
||||
"message": "Warning"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user