Merge pull request #1357 from jloguercio/1.11.x

Fix Minor lang var in chamilo install - Refs #8394
pull/2487/head
José Loguercio 9 years ago committed by GitHub
commit a345d5bf8d
  1. 2
      main/install/index.php

@ -371,7 +371,7 @@ if ($encryptPassForm == '1') {
function send_contact_information() {
if (!document.getElementById('accept_licence').checked) {
alert('Debe aceptar la licencia para poder usar este software')
alert('<?php echo get_lang('YouMustAcceptLicence'); ?>')
;return false;
} else {
var data_post = "";

Loading…
Cancel
Save