1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Replace UPLOAD with + for attachments action

This commit is contained in:
sauls8t 2019-06-25 16:53:43 +01:00
parent d6432afdad
commit 595301db64
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
{{/each}}
{{#if canEdit}}
<li id="upload-document-files">
<span>Upload</span>
<i class="dicon {{constants.Icon.Plus}}"></i>
</li>
{{/if}}
</ul>