Skip to content

Commit

Permalink
Updated title and summary for smapi health check
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Dec 17, 2024
1 parent 0d47706 commit d55f355
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 d55f355

Please sign in to comment.