1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-13 15:39:59 +00:00
pixelfed/resources/lang/en/auth.php

20 lines
682 B
PHP
Raw Normal View History

2018-04-15 17:56:48 -06:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
2018-08-28 03:07:36 +00:00
'failed' => 'These credentials do not match our records.',
2018-04-15 17:56:48 -06:00
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
2025-02-02 23:28:13 -07:00
'verifyYourEmailAddress' => ' - Verify Your Email Address',
2018-04-15 17:56:48 -06:00
];