Fix title
This commit is contained in:
parent
f44162715e
commit
8a9b9f1736
@ -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" );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user