mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Mass edit is now Series Editor.
Renamed Opps to Oops. Fixed broken SeriesEditor.
This commit is contained in:
@@ -29,9 +29,9 @@ namespace NzbDrone.Web.Models
|
||||
return GetJsonResult(NotificationType.Error, title, text);
|
||||
}
|
||||
|
||||
public static JsonResult Opps(string text)
|
||||
public static JsonResult Oops(string text)
|
||||
{
|
||||
return GetJsonResult(NotificationType.Error, "Opps!", text);
|
||||
return GetJsonResult(NotificationType.Error, "Oops!", text);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user