renaming Reviewed

This commit is contained in:
Paul Schneider 2026-07-04 22:25:59 +01:00
commit ee6cb34c23
9 changed files with 28 additions and 23 deletions

View file

@ -59,10 +59,10 @@
@Html.DisplayFor(model => model.Previsional)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Decided)
@Html.DisplayNameFor(model => model.Reviewed)
</dt>
<dd>
@Html.DisplayFor(model => model.Decided)
@Html.DisplayFor(model => model.Reviewed)
</dd>
<dt>
@Html.DisplayNameFor(model => model.DateModified)