From 460b765f0b5dea7fc13514f1c19d5ac067ceb748 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 24 Jun 2019 01:11:59 -0400 Subject: make SDV beta blurb more generic (#638) --- src/SMAPI.Web/Views/Mods/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 48b0f8dc..6ec156e9 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -25,7 +25,7 @@ @if (Model.BetaVersion != null) { -

Note: "SDV beta only" means Stardew Valley @Model.BetaVersion; if you didn't opt in to the beta, you have the stable version and can ignore that line. If a mod doesn't have a "SDV beta only" line, the compatibility applies to both versions of the game.

+

Note: "SDV beta only" lines are for an unreleased version of the game (@Model.BetaVersion), not the stable version most players have. If a mod doesn't have a "SDV beta only" line, the info applies to both versions of the game.

} -- cgit