11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'throttled' => [
|
|
'title' => 'Trop de tentatives',
|
|
'body' => 'Veuillez réessayer dans :seconds secondes.',
|
|
],
|
|
|
|
];
|