1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 02:51:24 +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

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