mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 00:54:07 -08:00
8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
||
|
||
return [
|
||
'sent' => 'Şifre bağlantısı gönderildi!',
|
||
'user' => 'No matching active user found with that email.',
|
||
];
|
||
|