Apply suggestions from code review

This commit is contained in:
Thomas Camlong
2023-04-10 23:13:01 +09:00
committed by GitHub
parent 6b3fe8951a
commit 3850bc2dbe

View File

@@ -1,12 +1,12 @@
{ {
"descriptor": { "descriptor": {
"name": "Media Requests", "name": "Media Requests",
"description": "See a list of all media requests from your Overseerr and Jellyseerr", "description": "See a list of all media requests from your Overseerr or Jellyseerr instance",
"settings": { "settings": {
"title": "Media requests list" "title": "Media requests list"
} }
}, },
"noRequests": "There are no requests. Ensure that you've configured your apps correctly.", "noRequests": "No requests found. Please ensure that you've configured your apps correctly.",
"pending": "There are {countPendingApproval} requests waiting for an approval.", "pending": "There are {countPendingApproval} requests waiting for an approval.",
"nonePending": "There are currently no pending approvals. You're good to go!", "nonePending": "There are currently no pending approvals. You're good to go!",
"state": { "state": {