Fix title
This commit is contained in:
parent
f44162715e
commit
8a9b9f1736
@ -68,7 +68,7 @@ $(document).ready(function(){
|
|||||||
modal: true,
|
modal: true,
|
||||||
height: windowHeight,
|
height: windowHeight,
|
||||||
width: windowWidth,
|
width: windowWidth,
|
||||||
title: "<?php echo $langs->trans('LinesToImport'); ?>",
|
title: "<?php echo $langs->transnoentities('LinesToImport'); ?>",
|
||||||
buttons: {
|
buttons: {
|
||||||
"<?php echo $langs->trans('Import'); ?>": function() {
|
"<?php echo $langs->trans('Import'); ?>": function() {
|
||||||
$( this ).dialog( "close" );
|
$( this ).dialog( "close" );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user