mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 20:58:56 -05:00
fix(frontend): status badge Unavailable renamed to Requested
closes #374
This commit is contained in:
@@ -5,6 +5,7 @@ const globalMessages = defineMessages({
|
||||
partiallyavailable: 'Partially Available',
|
||||
processing: 'Processing',
|
||||
unavailable: 'Unavailable',
|
||||
requested: 'Requested',
|
||||
pending: 'Pending',
|
||||
declined: 'Declined',
|
||||
approved: 'Approved',
|
||||
|
||||
@@ -380,6 +380,7 @@
|
||||
"i18n.partiallyavailable": "Partially Available",
|
||||
"i18n.pending": "Pending",
|
||||
"i18n.processing": "Processing…",
|
||||
"i18n.requested": "Requested",
|
||||
"i18n.tvshows": "Series",
|
||||
"i18n.unavailable": "Unavailable",
|
||||
"pages.internalServerError": "{statusCode} - Internal Server Error",
|
||||
|
||||
Reference in New Issue
Block a user