mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
6 lines
252 B
HTML
6 lines
252 B
HTML
<p>{{ send.file.fileName }}</p>
|
|
<button bitButton type="button" buttonType="primary" [bitAction]="download" [block]="true">
|
|
<i class="bwi bwi-download" aria-hidden="true"></i>
|
|
{{ "downloadAttachments" | i18n }} ({{ send.file.sizeName }})
|
|
</button>
|