fix translation for non latin languages (#31473)

This commit is contained in:
sonikf 2024-10-20 01:11:53 +03:00 committed by GitHub
parent 4a00350859
commit 710905470b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1337,7 +1337,7 @@ if ($mode == 'deploy') {
$(document).ready(function() {
jQuery("#fileinstall").on("change", function() {
if(this.files[0].size > '.($maxmin * 1024).') {
alert("'.dol_escape_js($langs->trans("ErrorFileSizeTooLarge")).'");
alert("'.dol_escape_js($langs->transnoentitiesnoconv("ErrorFileSizeTooLarge")).'");
this.value = "";
}
});