diff options
Diffstat (limited to 'creations/index.php')
-rw-r--r-- | creations/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/creations/index.php b/creations/index.php index d721404..3a36782 100644 --- a/creations/index.php +++ b/creations/index.php @@ -7,7 +7,7 @@ <h2><?= l("Creations", "Mes projets") ?></h2> <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/projects/list.php"; ?><br> <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p> - <small><p class="text-muted">Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.</p></small> + <small><p class="text-muted"><?= l("Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.", "Certains liens de projets peuvent rediriger vers GitHub ou YouTube, qui sont des sites externes avec leurs propres politiques."); ?></p></small> </div> <br> |