Skip to content

Commit

Permalink
Fixed #364
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jun 23, 2016
1 parent d8cca4a commit ba52772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlexRequests.UI/Content/requests-1.7.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ $('#approveTVShows').click(function (e) {

$('#deleteMovies').click(function (e) {
e.preventDefault();
if (!confirm("Are you sure you want to delete all TV show requests?")) return;
if (!confirm("Are you sure you want to delete all Movie requests?")) return;

var buttonId = e.target.id;
var origHtml = $(this).html();
Expand Down

0 comments on commit ba52772

Please sign in to comment.