Fix CustomErrorsCheck so that success message can contain "On" as well as "RemoteOnly" as it's also a success value
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Umbraco.Web.HealthCheck.Checks.Config
|
||||
get
|
||||
{
|
||||
return _textService.Localize("healthcheck/customErrorsCheckSuccessMessage",
|
||||
new[] { Values.First(v => v.IsRecommended).Value });
|
||||
new[] { CurrentValue });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user