summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-24 00:40:05 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 15:58:22 -0400
commitceaa7124a14176aab59fbad2bbc83df07c115493 (patch)
treed791d6e55da737e3ada985ca7884ba64292af241 /src
parentbb69891122fa5e1dbf6771f78a134a12033d3189 (diff)
downloadSMAPI-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.cshtml2
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>