diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-04 18:55:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:03:26 -0400 |
commit | 5e8991bfcf7f287f595e858c34b8ac1a92c42b9b (patch) | |
tree | 276f6c866783cb9acf46ba4f352c05f8662cee6b /src/SMAPI.Web/Views/LogParser | |
parent | 0c5fa1180949a28ec0c5e2e17df669c1b7c4dbef (diff) | |
download | SMAPI-5e8991bfcf7f287f595e858c34b8ac1a92c42b9b.tar.gz SMAPI-5e8991bfcf7f287f595e858c34b8ac1a92c42b9b.tar.bz2 SMAPI-5e8991bfcf7f287f595e858c34b8ac1a92c42b9b.zip |
tweak button names, update release notes (#654)
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |