15 lines
225 B
PHP
15 lines
225 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'notifications' => [
|
|
|
|
'verified' => [
|
|
'title' => 'Alamat email berhasil diubah',
|
|
'body' => 'Amail email Anda telah berhasil diubah menjadi :email.',
|
|
],
|
|
|
|
],
|
|
|
|
];
|