Reword a bit of attaching file modal and truncate long filenames

This commit is contained in:
Jeremy Zhang 2018-08-17 03:41:57 +00:00
parent 6f692ed730
commit 9a1c5945fb

View File

@ -246,8 +246,8 @@
<div id="filemodal" class="modal">
<div class="modal-content">
<h4 class="center-align">{{ _("Attach File") }}</h4>
<h5 id="filename" class="center-align"></h5>
<h4 class="center-align">{{ _("Attaching File") }}</h4>
<h5 id="filename" class="center-align truncate"></h5>
<div id="filemodalprogress" class="progress" style="display: none;">
<div id="filemodalprogress-inner" class="determinate"></div>
</div>