Files

15 lines
237 B
PHP

<?php
return [
'notifications' => [
'verified' => [
'title' => '이메일 주소 변경됨',
'body' => '이메일 주소가 :email로 성공적으로 변경되었습니다.',
],
],
];