15 lines
227 B
PHP
15 lines
227 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'notifications' => [
|
||
|
||
'verified' => [
|
||
'title' => 'E-posta adresi güncellendi',
|
||
'body' => 'E-posta adresiniz başarıyla :email olarak güncellendi.',
|
||
],
|
||
|
||
],
|
||
|
||
];
|