Small changes (convertCurrency name changed)

This commit is contained in:
Divlo
2019-09-13 23:16:10 +02:00
parent dd212a0ac1
commit a422b9fa67
2 changed files with 2 additions and 2 deletions

View File

@ -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;