Skip to content

Commit

Permalink
Bugfix: download all attachments icon
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Mar 19, 2024
1 parent dfdfeb2 commit f36c9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<a href="#" tabindex="-1" data-icon="" data-i18n="MESSAGE_LIST/BUTTON_MULTY_FORWARD"></a>
</li>
<li role="presentation" data-bind="command: downloadAttachCommand, visible: downloadAsZipAllowed">
<a href="#" tabindex="-1" data-icon="" data-i18n="MESSAGE_LIST/DOWNLOAD_ALL_ATTACHMENTS"></a>
<a href="#" tabindex="-1" data-icon="📦" data-i18n="MESSAGE_LIST/DOWNLOAD_ALL_ATTACHMENTS"></a>
</li>
<li role="presentation" data-bind="command: downloadZipCommand, visible: downloadAsZipAllowed">
<a href="#" tabindex="-1" data-icon="💾" data-i18n="MESSAGE/LINK_DOWNLOAD_AS_ZIP"></a>
Expand Down

0 comments on commit f36c9ab

Please sign in to comment.