mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1083 from mark-monteiro/handle-auth-response-codes-correctly
Handle 401 & 403 Server Responses Correctly
This commit is contained in:
commit
5be5f25841
3 changed files with 6 additions and 3 deletions
|
@ -990,6 +990,7 @@
|
|||
"MessageInstallPluginFromApp": "This plugin must be installed from within the app you intend to use it in.",
|
||||
"MessageInvalidForgotPasswordPin": "An invalid or expired pin code was entered. Please try again.",
|
||||
"MessageInvalidUser": "Invalid username or password. Please try again.",
|
||||
"MessageUnauthorizedUser": "You are not authorized to access the server at this time. Please contact your server administrator for more information.",
|
||||
"MessageItemSaved": "Item saved.",
|
||||
"MessageItemsAdded": "Items added.",
|
||||
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item or the global default value.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue