Files
biiproject-kit-v1/lang/vendor/filament-panels/pt/auth/http/controllers/email-change-verification-controller.php
T

15 lines
232 B
PHP

<?php
return [
'notifications' => [
'verified' => [
'title' => 'Endereço de email alterado',
'body' => 'O seu endereço de email foi alterado com sucesso para :email.',
],
],
];