[PM-13854] update autofill label in browser (#11687)

This commit is contained in:
Jason Ng 2024-10-24 12:13:01 -04:00 committed by GitHub
parent ed4071c7d4
commit 2e9177d268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -155,6 +155,10 @@
"copyNotes": { "copyNotes": {
"message": "Copy notes" "message": "Copy notes"
}, },
"fill":{
"message": "Fill",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
},
"autoFill": { "autoFill": {
"message": "Autofill" "message": "Autofill"
}, },

View File

@ -57,7 +57,7 @@
[title]="'autofillTitle' | i18n: cipher.name" [title]="'autofillTitle' | i18n: cipher.name"
[attr.aria-label]="'autofillTitle' | i18n: cipher.name" [attr.aria-label]="'autofillTitle' | i18n: cipher.name"
> >
{{ "autoFill" | i18n }} {{ "fill" | i18n }}
</button> </button>
</bit-item-action> </bit-item-action>
<app-item-copy-actions [cipher]="cipher"></app-item-copy-actions> <app-item-copy-actions [cipher]="cipher"></app-item-copy-actions>