Fix title

This commit is contained in:
atm-john 2018-10-25 21:53:48 +02:00
parent f44162715e
commit 8a9b9f1736

View File

@ -68,7 +68,7 @@ $(document).ready(function(){
modal: true,
height: windowHeight,
width: windowWidth,
title: "<?php echo $langs->trans('LinesToImport'); ?>",
title: "<?php echo $langs->transnoentities('LinesToImport'); ?>",
buttons: {
"<?php echo $langs->trans('Import'); ?>": function() {
$( this ).dialog( "close" );