diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-06-24 00:40:05 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:58:22 -0400 |
commit | ceaa7124a14176aab59fbad2bbc83df07c115493 (patch) | |
tree | d791d6e55da737e3ada985ca7884ba64292af241 /src | |
parent | bb69891122fa5e1dbf6771f78a134a12033d3189 (diff) | |
download | SMAPI-ceaa7124a14176aab59fbad2bbc83df07c115493.tar.gz SMAPI-ceaa7124a14176aab59fbad2bbc83df07c115493.tar.bz2 SMAPI-ceaa7124a14176aab59fbad2bbc83df07c115493.zip |
support prerelease versions with a different tag (#638)
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/Views/Mods/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 5592078c..46f98fa6 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) { - <p id="beta-blurb"><strong>Note:</strong> "SDV beta only" means Stardew Valley @Model.BetaVersion-beta; 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.</p> + <p id="beta-blurb"><strong>Note:</strong> "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.</p> } </div> |