15 lines
203 B
PHP
15 lines
203 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'notifications' => [
|
|
|
|
'verified' => [
|
|
'title' => 'E-postadresse endret',
|
|
'body' => 'E-postadressen din er endret til :email.',
|
|
],
|
|
|
|
],
|
|
|
|
];
|