Translate errors in forms

This commit is contained in:
jvyden 2022-08-01 18:09:12 -04:00
commit d9e299ac00
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
43 changed files with 939 additions and 14 deletions

View file

@ -21,7 +21,7 @@
{
<div class="ui positive message">
<div class="header">
Success!
@Model.Translate(GeneralStrings.Success)
</div>
<p style="white-space: pre-line">@Model.Status</p>
</div>