summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Web/Views/JsonValidator/Index.cshtml2
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/JsonValidator/Index.cshtml b/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
index 5c3168e5..1cf35e39 100644
--- a/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
+++ b/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
@@ -72,7 +72,7 @@ else if (Model.PasteID != null)
</li>
<li>
Click this button:<br />
- <input type="submit" id="submit" value="save file" />
+ <input type="submit" id="submit" value="save & validate file" />
</li>
</ol>
</form>
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 1b40cfa9..e974c308 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -118,7 +118,7 @@ else if (Model.ParsedLog?.IsValid == true)
</li>
<li>
Click this button:<br />
- <input type="submit" id="submit" value="save log" />
+ <input type="submit" id="submit" value="save & parse log" />
</li>
<li>On the new page, copy the URL and send it to the person helping you.</li>
</ol>