Fixed typo

This commit is contained in:
Dev 2024-07-16 12:04:00 +01:00
parent 0a0615813c
commit 16576d3a81

View File

@ -38,7 +38,7 @@ public class InitializationTask : InstallerTaskBase
if (File.Exists(Path.Join(_data.TargetInstallPath, "EscapeFromTarkov.exe")))
{
return Result.FromError(
"Install location is a folder that has existing game files. Please make the folder doesn't contain an existing spt install");
"Install location is a folder that has existing game files. Please make sure the folder doesn't contain an existing SPT install");
}
return Result.FromSuccess($"Current Game Version: {_data.OriginalGameVersion}");