From 9187cda9ce7794b85f219be123c366dc2f640dc0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 3 Jun 2018 15:28:53 -0400 Subject: remove unneeded text in log parser to minimise confusion --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 5366febd..c9ad5da9 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -31,8 +31,7 @@ } -@* intro and upload result banner *@ -

This page lets you upload, view, and share a SMAPI log to help troubleshoot mod issues.

+@* upload result banner *@ @if (Model.UploadError != null) { -

How do I share my log?

+

How do I share my log?

  1. -- cgit