From a422b9fa677eb3cca27f63575a0a3ec5ddb337c1 Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 13 Sep 2019 23:16:10 +0200 Subject: [PATCH] Small changes (convertCurrency name changed) --- php/config.php | 2 +- views/function-list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/config.php b/php/config.php index bbd722b..c863ac3 100644 --- a/php/config.php +++ b/php/config.php @@ -59,7 +59,7 @@ switch ($currentpage) { $image = 'https://function.divlo.fr/img/function-image/randomQuote.png'; break; case '/views/function-views/convertCurrency.php': - $title = 'Convertisseur de devise'; + $title = 'Conversion de devise'; $description = "Convertis des euros (€) dans une autre devise."; $image = 'https://function.divlo.fr/img/function-image/convertCurrency.png'; break; diff --git a/views/function-list.php b/views/function-list.php index 9066f91..383e8ea 100644 --- a/views/function-list.php +++ b/views/function-list.php @@ -45,7 +45,7 @@ Génère aléatoirement une citation ou un proverbe. - Convertisseur de devise + Conversion de devise Convertis des euros (€) dans une autre devise.