display JSON file instead of log on the JSON validator page

This commit is contained in:
Dan Volchek 2019-12-25 20:51:46 -08:00
parent d932a11f51
commit 63f2eacb47
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ else if (!isEditView && Model.PasteID != null)
<div class="save-metadata" v-pre>
@if (Model.Expiry != null)
{
<text>This log will expire in @((DateTime.UtcNow - Model.Expiry.Value).Humanize()). </text>
<text>This JSON file will expire in @((DateTime.UtcNow - Model.Expiry.Value).Humanize()). </text>
}
<!--@Model.UploadWarning-->
</div>