fixed accidentally removed word
This commit is contained in:
parent
93354acedc
commit
ff6bb53689
|
@ -24,7 +24,7 @@
|
|||
@if (Article.LastModified is not null) {
|
||||
<time datetime="@Article.LastModified.Value.ToString("u")"
|
||||
title="@Article.LastModified.Value.ToString("g")">
|
||||
 (@Article.LastModified.Humanize())
|
||||
 (@Localizer["ModifiedOn"] @Article.LastModified.Humanize())
|
||||
</time>
|
||||
}
|
||||
</small>
|
||||
|
|
Loading…
Reference in a new issue