Fixed a bug where if you had auto approve it wouldn't notify you

This commit is contained in:
tidusjar 2016-03-26 00:48:01 +00:00
parent 8c2a3c8fd7
commit 78b429e666
2 changed files with 10 additions and 1 deletions

View file

@ -468,7 +468,7 @@ namespace PlexRequests.UI.Modules
Log.Info("Saved email settings, result: {0}", result);
return Response.AsJson(result
? new JsonResponseModel { Result = true, Message = "Successfully Updated the Settings for Pushbullet Notifications!" }
? new JsonResponseModel { Result = true, Message = "Successfully Updated the Settings for Pushover Notifications!" }
: new JsonResponseModel { Result = false, Message = "Could not update the settings, take a look at the logs." });
}