photogeodata/lang/vendor/filament-actions/en/notifications.php
2026-05-12 20:43:17 +02:00

10 lines
148 B
PHP

<?php
return [
'throttled' => [
'title' => 'Too many attempts',
'body' => 'Please try again in :seconds seconds.',
],
];