diff --git a/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml b/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml index 30ccbfc7..40f99a18 100644 --- a/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml +++ b/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml @@ -68,7 +68,7 @@ { var dateTimeSt = string.Empty; if (ViewData["ReadOnly"] is EnvelopeReceiverReadOnlyDto readOnly) - dateTimeSt = readOnly.DateValid.ToLongDateString() + " - " + readOnly.DateValid.ToShortTimeString(); + dateTimeSt = readOnly.DateValid.ToLongDateString();
@string.Format(_localizer["ReadOnlyMessage"], receiver_name, dateTimeSt)
} else