Why so sad! :-)

This commit is contained in:
Sebastiaan Janssen
2019-02-05 19:59:13 +01:00
committed by GitHub
parent 4c79269081
commit eafb9a46f7

View File

@@ -11,7 +11,7 @@ namespace Umbraco.Core.Exceptions
/// <summary>
/// Defines the default boot failed exception message.
/// </summary>
public const string DefaultMessage = "Boot failed: Umbraco cannot run. Sad. See Umbraco's log file for more details.";
public const string DefaultMessage = "Boot failed: Umbraco cannot run. See Umbraco's log file for more details.";
/// <summary>
/// Initializes a new instance of the <see cref="Exception"/> class with a specified error message.