summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Mods
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-10-20 20:19:12 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-10-20 20:19:12 -0400
commitde561e52d7785597f1af2c6fd0d712d19ac5f928 (patch)
tree45d542f4d89f86a87d5828a209b85135e053a3ad /src/SMAPI.Web/Views/Mods
parentb729ef012925ca00f2f9b4c6a2091d6cf78b239c (diff)
downloadSMAPI-de561e52d7785597f1af2c6fd0d712d19ac5f928.tar.gz
SMAPI-de561e52d7785597f1af2c6fd0d712d19ac5f928.tar.bz2
SMAPI-de561e52d7785597f1af2c6fd0d712d19ac5f928.zip
fetch game versions from the wiki (#597)
Diffstat (limited to 'src/SMAPI.Web/Views/Mods')
-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 3626c4d8..66ec0c72 100644
--- a/src/SMAPI.Web/Views/Mods/Index.cshtml
+++ b/src/SMAPI.Web/Views/Mods/Index.cshtml
@@ -22,7 +22,7 @@
@if (Model.BetaVersion != null)
{
<div id="beta-blurb">
- <p><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>
+ <p><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>
</div>
}