mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-12 13:39:14 +01:00
[PM-13854] update autofill label in browser (#11687)
This commit is contained in:
parent
ed4071c7d4
commit
2e9177d268
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user