Files
tbbank-new/lang/vendor/filament-actions/en/notifications.php
2025-10-22 20:08:22 +05:00

11 lines
148 B
PHP

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