minor - fixed lang variable name

skala
Cristian Fasanando 15 years ago
parent f24feb1f82
commit 5671ee6248
  1. 2
      main/install/index.php

@ -412,7 +412,7 @@ if ($encryptPassForm == '1') {
} else if (datos == '1') {
message = "<?php echo get_lang('ContactInformationHasBeenSent') ?>";
} else {
message = "<?php echo get_lang('Error').': '.get_lang('ContactInformationHasNoteenSent') ?>";
message = "<?php echo get_lang('Error').': '.get_lang('ContactInformationHasNotBeenSent') ?>";
}
alert(message);
}

Loading…
Cancel
Save