Merge pull request #683 from danvolchek/fixtypo

[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page
This commit is contained in:
Jesse Plamondon-Willard 2019-12-26 00:13:19 -05:00 committed by GitHub
commit 9ea2599356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>