1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00

don't use filename for download attachment label

This commit is contained in:
jaasen-livefront
2026-01-19 13:20:13 -08:00
parent 14428a5a8c
commit d04e994fdd
2 changed files with 4 additions and 1 deletions

View File

@@ -4986,6 +4986,9 @@
}
}
},
"downloadAttachmentLabel": {
"message": "Download Attachment"
},
"downloadBitwarden": {
"message": "Download Bitwarden"
},

View File

@@ -5,6 +5,6 @@
buttonType="main"
size="small"
type="button"
[label]="'downloadAttachmentName' | i18n: attachment().fileName"
[label]="'downloadAttachmentLabel' | i18n"
></button>
}