summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-03-29 00:43:31 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-03-29 00:43:31 -0400
commitd49eb880115fefae406edfdf38fbff54acf8ba44 (patch)
tree378e087b0b6d70243c85bef7d06215457579d97d /src/SMAPI.Web/Views
parenta9e3458a3b93649f62919566c3ffacf27f16332c (diff)
downloadSMAPI-d49eb880115fefae406edfdf38fbff54acf8ba44.tar.gz
SMAPI-d49eb880115fefae406edfdf38fbff54acf8ba44.tar.bz2
SMAPI-d49eb880115fefae406edfdf38fbff54acf8ba44.zip
show game path on log parser page instead of mods path
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index c909b203..7103e9a1 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -90,8 +90,8 @@ else
<td v-pre>@Model.ParsedLog.OperatingSystem</td>
</tr>
<tr>
- <td>Mods path:</td>
- <td v-pre>@Model.ParsedLog.ModPath</td>
+ <td>Game path:</td>
+ <td v-pre>@Model.ParsedLog.GamePath</td>
</tr>
<tr>
<td>Log started:</td>