diff --git a/src/Ombi/ClientApp/app/requests/movierequests.component.html b/src/Ombi/ClientApp/app/requests/movierequests.component.html index 82c87df5a..390575908 100644 --- a/src/Ombi/ClientApp/app/requests/movierequests.component.html +++ b/src/Ombi/ClientApp/app/requests/movierequests.component.html @@ -199,6 +199,13 @@ +
+
+ + +
+
+ diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index c6660b9c0..a64c1eaff 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -158,6 +158,7 @@ "ClearFilter":"Clear Filter", "FilterHeaderAvailability":"Availability", "FilterHeaderRequestStatus":"Status", - "Approved":"Approved" + "Approved":"Approved", + "PendingApproval": "Pending Approval" } }