mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(ui): allow admins to edit & approve request from advanced request modal (#2067)
* feat(ui): allow admins to edit & accept request from request modal This changes the "Edit Request" button in the advanced request modal to "Edit & Accept Request" since the only thing an admin would do next is to accept the request. The button would stay the same for users without the manage request permissions; users who are editing their own requests or requesting content. * feat(ui): suggested changes
This commit is contained in:
committed by
GitHub
parent
cc2b2bc7a8
commit
340f1a2119
@@ -322,6 +322,7 @@
|
||||
"components.RequestModal.SearchByNameModal.nosummary": "No summary for this title was found.",
|
||||
"components.RequestModal.SearchByNameModal.notvdbiddescription": "We couldn't automatically match your request. Please select the correct match from the list below.",
|
||||
"components.RequestModal.alreadyrequested": "Already Requested",
|
||||
"components.RequestModal.approve": "Approve Request",
|
||||
"components.RequestModal.autoapproval": "Automatic Approval",
|
||||
"components.RequestModal.cancel": "Cancel Request",
|
||||
"components.RequestModal.edit": "Edit Request",
|
||||
@@ -332,6 +333,7 @@
|
||||
"components.RequestModal.pendingapproval": "Your request is pending approval.",
|
||||
"components.RequestModal.pendingrequest": "Pending Request for {title}",
|
||||
"components.RequestModal.request4ktitle": "Request {title} in 4K",
|
||||
"components.RequestModal.requestApproved": "Request for <strong>{title}</strong> approved!",
|
||||
"components.RequestModal.requestCancel": "Request for <strong>{title}</strong> canceled.",
|
||||
"components.RequestModal.requestSuccess": "<strong>{title}</strong> requested successfully!",
|
||||
"components.RequestModal.requestadmin": "This request will be approved automatically.",
|
||||
|
||||
Reference in New Issue
Block a user