Files
roxane/lang/vendor/filament-panels/fr/auth/http/controllers/email-change-verification-controller.php
2025-10-22 17:09:48 +02:00

15 lines
223 B
PHP

<?php
return [
'notifications' => [
'verified' => [
'title' => 'Email address changed',
'body' => 'Your email address has been successfully changed to :email.',
],
],
];