diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-18 18:56:38 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-18 18:56:38 -0400 |
| commit | 1d51343bc819ec19a593e224f61245b3b0f639b1 (patch) | |
| tree | b3e8d98598011b0072db8f92aeccdb0bd136b0b4 /static/languages | |
| parent | cfc6b9f35f49636a50ef9d170d01740439dfdbe4 (diff) | |
error page
Diffstat (limited to 'static/languages')
| -rw-r--r-- | static/languages/en.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/languages/en.ini b/static/languages/en.ini index 1848a7d..e926ec0 100644 --- a/static/languages/en.ini +++ b/static/languages/en.ini @@ -4,3 +4,13 @@ usernamePlaceholder = Enter your username passwordLabel = Password passwordPlaceholder = Enter your password loginSubmitButton = Log In + +errorTitle = Error +errorHeader_invalidRequest = Invalid Request +errorMessage_invalidRequest = The client sent a bad request. +errorHeader_clientNotFound = Client Not Found +errorMessage_clientNotFound = The client gave an incorrect ID, so we cannot redirect to it. +errorHeader_missingRedirectUri = Missing Redirect URI +errorMessage_missingRedirectUri = There are many redirect URIs for the client, but the client did not specify which one to use. +errorHeader_invalidRedirectUri = Invalid Redirect URI +errorMessage_invalidRedirectUri = The client provided a redirect URI that it is not allowed to redirect to. |
