Created
April 12, 2020 13:18
-
-
Save csinghdev/f265aae400e6160407325bfd2c26fea2 to your computer and use it in GitHub Desktop.
Localization file for API Error Messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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. | |
| | |
*/ | |
'something_went_wrong' => 'Ops! Something went wrong.', | |
'invalid_credentials' => 'Invalid email or password.' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment