1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[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
2 changed files with 5 additions and 1 deletions

View File

@@ -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"
},

View File

@@ -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>