11 lines
144 B
PHP
11 lines
144 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'throttled' => [
|
|
'title' => 'For mange forsøk',
|
|
'body' => 'Prøv igjen om :seconds sekunder.',
|
|
],
|
|
|
|
];
|