Fixed typos

This commit is contained in:
Dev 2024-07-18 13:58:00 +01:00
parent e4b8fe10ab
commit e93f0d62a6

View File

@ -30,7 +30,7 @@ public class ReleaseCheckTask : InstallerTaskBase
if (SPTReleaseInfoFile == null) if (SPTReleaseInfoFile == null)
{ {
return Result.FromError("Failed to download release metadata, try clicking the 'Whats this' button below followed by the 'Clear Metadata cache' button""); return Result.FromError("Failed to download release metadata, try clicking the 'Whats this' button below followed by the 'Clear Metadata cache' button");
} }
var SPTReleaseInfo = var SPTReleaseInfo =
@ -52,7 +52,7 @@ public class ReleaseCheckTask : InstallerTaskBase
if (SPTReleaseInfo == null || patchMirrorInfo == null) if (SPTReleaseInfo == null || patchMirrorInfo == null)
{ {
return Result.FromError("An error occurred while deserializing SPT or patch data, try clicking the 'Whats this' button below followed by the 'Clear Metadata cache' button""); return Result.FromError("An error occurred while deserializing SPT or patch data, try clicking the 'Whats this' button below followed by the 'Clear Metadata cache' button");
} }
_data.ReleaseInfo = SPTReleaseInfo; _data.ReleaseInfo = SPTReleaseInfo;