mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 15:57:02 +01:00 
			
		
		
		
	Reword a bit of attaching file modal and truncate long filenames
This commit is contained in:
		@@ -246,8 +246,8 @@
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    <div id="filemodal" class="modal">
 | 
					    <div id="filemodal" class="modal">
 | 
				
			||||||
      <div class="modal-content">
 | 
					      <div class="modal-content">
 | 
				
			||||||
        <h4 class="center-align">{{ _("Attach File") }}</h4>
 | 
					        <h4 class="center-align">{{ _("Attaching File") }}</h4>
 | 
				
			||||||
        <h5 id="filename" class="center-align"></h5>
 | 
					        <h5 id="filename" class="center-align truncate"></h5>
 | 
				
			||||||
        <div id="filemodalprogress" class="progress" style="display: none;">
 | 
					        <div id="filemodalprogress" class="progress" style="display: none;">
 | 
				
			||||||
          <div id="filemodalprogress-inner" class="determinate"></div>
 | 
					          <div id="filemodalprogress-inner" class="determinate"></div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user