Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev committed Jul 16, 2024
1 parent 0a06158 commit 16576d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPTInstaller/Installer Tasks/IntializationTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public override async Task<IResult> TaskOperation()
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}");
Expand Down

0 comments on commit 16576d3

Please sign in to comment.