Files
Epicnabbo-Catalogus-Updated…/cms update/lang/vendor/filament/en/login.php
T
Remco b67e0ec2b9 🆙 Add fixed cms 🆙
2026-02-02 19:30:21 +01:00

43 lines
685 B
PHP

<?php
return [
'title' => 'Login',
'heading' => 'Sign in to your account',
'buttons' => [
'submit' => [
'label' => 'Sign in',
],
],
'fields' => [
'email' => [
'label' => 'Email address',
],
'username' => [
'label' => 'Username'
],
'password' => [
'label' => 'Password',
],
'remember' => [
'label' => 'Remember me',
],
],
'messages' => [
'failed' => 'These credentials do not match our records.',
'throttled' => 'Too many login attempts. Please try again in :seconds seconds.',
],
];