summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/release-notes.md2
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 683e97b8..53ec07c6 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,8 +8,8 @@
* Fixed `player_add` command not handling tool upgrade levels.
* Updated compatibility list.
* The [log parser][] no longer expires logs after a week.
- * The [log parser][] now lets you close modals with `ESC` or a click outside it.
* Fixed [log parser][] error when uploading very large logs.
+ * Slightly improved the [log parser][] UI.
* For modders:
* Added `DaysSinceStart` property to `SDate` dates.
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 49688d78..d90f1e35 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -95,7 +95,7 @@
<h1>Upload log file</h1>
<div class="frame">
<ol>
- <li><a href="https://stardewvalleywiki.com/Modding:Player_FAQs#SMAPI_log" target="_blank">Find your SMAPI log</a>.</li>
+ <li><a href="https://stardewvalleywiki.com/Modding:Player_FAQs#SMAPI_log" target="_blank">Find your SMAPI log file</a> (not the console text).</li>
<li>Drag the file onto the textbox below (or paste the text in).</li>
<li>Click <em>Parse</em>.</li>
<li>Share the URL of the new page.</li>