Uppercase ZIP archive export download tooltip

This commit is contained in:
JonnyWong16 2025-04-18 18:21:27 -07:00
parent 889026b092
commit e735294e1c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -162,7 +162,7 @@ export_table_options = {
var tooltip_title = '';
var icon = '';
if (rowData['thumb_level'] || rowData['art_level'] || rowData['logo_level'] || rowData['individual_files']) {
tooltip_title = 'Zip Archive';
tooltip_title = 'ZIP Archive';
icon = 'fa-file-archive';
} else {
tooltip_title = rowData['file_format'].toUpperCase() + ' File';