diff --git a/content/journal/0.md b/content/journal/0.md index 96d86863..b7318116 100644 --- a/content/journal/0.md +++ b/content/journal/0.md @@ -1 +1 @@ -# Aucun article choisi \ No newline at end of file +# Veuillez choisir un article \ No newline at end of file diff --git a/html/journal.php b/html/journal.php index b0563f72..733f2db5 100644 --- a/html/journal.php +++ b/html/journal.php @@ -51,7 +51,7 @@ if (isset($_GET['article']) == false || filter_var($_GET['article'], FILTER_VALI $parsedown = new Parsedown(); echo $parsedown->text($markdownContent); } else { - echo "

L'article spécifié n'existe pas

"; + echo "

L'article demandé n'existe pas

"; } ?>