Skip to content

Commit

Permalink
Merge pull request #2398 from Nexus-Mods/stardew-healthcheck-tweak
Browse files Browse the repository at this point in the history
Updated title and summary for SMAPI health check
  • Loading branch information
insomnious authored Dec 17, 2024
2 parents 8d859c6 + d55f355 commit 23b3589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Games/NexusMods.Games.StardewValley/Diagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ You can download this SMAPI version from {SMAPINexusModsLink}.
internal static IDiagnosticTemplate SuggestSMAPIVersionTemplate = DiagnosticTemplateBuilder
.Start()
.WithId(new DiagnosticId(Source, number: 10))
.WithTitle("Install SMAPI to get started with modding Stardew Valley")
.WithTitle("Stardew Modding API (SMAPI) is not installed")
.WithSeverity(DiagnosticSeverity.Suggestion)
.WithSummary("Install SMAPI to get started with modding Stardew Valley")
.WithDetails("""
Expand Down

0 comments on commit 23b3589

Please sign in to comment.