wyyl/resources/lang/fr/admin/forgotten.php

15 lines
375 B
PHP

<?php
/**
* forgotten.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-08-16 17:22:41
* @modified 2022-08-16 17:22:41
*/
return [
'verify_code_sent' => 'Le code de vérification a été envoyé, veuillez vérifier et saisir le code de vérification',
];