Skip to content

Commit

Permalink
correction ins_translate (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas authored Feb 17, 2023
1 parent f08e5d0 commit e4e8b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revolution_16/install/etape_2.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function etape_2() {
fclose($myfile);
$nohalt = true;
} else {
$licence_text = inst_translate('Fichier de licence indisponible !');
$licence_text = ins_translate('Fichier de licence indisponible !');
$nohalt = false;
}
echo '
Expand All @@ -51,4 +51,4 @@ function etape_2() {
</form>
</div>';
}
?>
?>

0 comments on commit e4e8b1f

Please sign in to comment.