Fix customerrorscheck success message as it expect only 1 token not 2
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Umbraco.Web.HealthCheck.Checks.Config
|
||||
get
|
||||
{
|
||||
return _textService.Localize("healthcheck/customErrorsCheckSuccessMessage",
|
||||
new[] { CurrentValue, Values.First(v => v.IsRecommended).Value });
|
||||
new[] { Values.First(v => v.IsRecommended).Value });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user