mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-06 22:58:09 -05:00
fix: added download status and title to request card/item error components (#3186)
This commit is contained in:
@@ -330,6 +330,7 @@
|
||||
"components.RequestCard.seasons": "{seasonCount, plural, one {Season} other {Seasons}}",
|
||||
"components.RequestCard.tmdbid": "TMDB ID",
|
||||
"components.RequestCard.tvdbid": "TheTVDB ID",
|
||||
"components.RequestCard.unknowntitle": "Unknown Title",
|
||||
"components.RequestList.RequestItem.cancelRequest": "Cancel Request",
|
||||
"components.RequestList.RequestItem.deleterequest": "Delete Request",
|
||||
"components.RequestList.RequestItem.editrequest": "Edit Request",
|
||||
@@ -342,6 +343,7 @@
|
||||
"components.RequestList.RequestItem.seasons": "{seasonCount, plural, one {Season} other {Seasons}}",
|
||||
"components.RequestList.RequestItem.tmdbid": "TMDB ID",
|
||||
"components.RequestList.RequestItem.tvdbid": "TheTVDB ID",
|
||||
"components.RequestList.RequestItem.unknowntitle": "Unknown Title",
|
||||
"components.RequestList.requests": "Requests",
|
||||
"components.RequestList.showallrequests": "Show All Requests",
|
||||
"components.RequestList.sortAdded": "Most Recent",
|
||||
|
||||
Reference in New Issue
Block a user