Files
roxane/lang/vendor/filament-panels/en/auth/http/controllers/email-change-verification-controller.php

15 lines
223 B
PHP
Raw Permalink Normal View History

2025-10-22 17:09:48 +02:00
<?php
return [
'notifications' => [
'verified' => [
'title' => 'Email address changed',
'body' => 'Your email address has been successfully changed to :email.',
],
],
];