mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
[PM-13854] update autofill label in browser (#11687)
This commit is contained in:
parent
ed4071c7d4
commit
2e9177d268
@ -155,6 +155,10 @@
|
||||
"copyNotes": {
|
||||
"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": {
|
||||
"message": "Autofill"
|
||||
},
|
||||
|
@ -57,7 +57,7 @@
|
||||
[title]="'autofillTitle' | i18n: cipher.name"
|
||||
[attr.aria-label]="'autofillTitle' | i18n: cipher.name"
|
||||
>
|
||||
{{ "autoFill" | i18n }}
|
||||
{{ "fill" | i18n }}
|
||||
</button>
|
||||
</bit-item-action>
|
||||
<app-item-copy-actions [cipher]="cipher"></app-item-copy-actions>
|
||||
|
Loading…
Reference in New Issue
Block a user