Skip to content

Commit

Permalink
chore(i18n): improved translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jan 15, 2025
1 parent 8197ad5 commit d55fd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'NotImplementedException' => 'The requested method is not implemented for this resource',
'ServiceUnavailableException' => 'The server could not process your request, please try again later',
'TooManyRequestsException' => 'Too many requests, please slow down',
'UnauthorizedException' => 'Unauthorized you do not have the valid authentication credentials for the target resource',
'UnauthorizedException' => 'You do not have the valid authentication credentials for the target resource',

'Security:InvalidPasswordCharacterRequirementsException' => "The provided password is doesn't meet the character requirements",
'Security:InvalidPasswordLengthException' => "The provided password doesn't meet the minimal length requirement of %s characters",
Expand Down

0 comments on commit d55fd71

Please sign in to comment.