{_localizer["ConsistencyVerification_Desc"]}
");
+ dialogMsg.AppendLine(@$"
{_localizer["ConsistencyVerification_Desc"]}
");
dbSV.CheckResult = _localizer["ConsistencyVerification_Conf"] +
String.Join(" | ", dbExceptExcel.Select(t => $"{_localizer["ConsistencyVerification_EdcL", t.StudyDate, t.Modality]}")) + " | "
diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs
index 729cbdbe4..baca35733 100644
--- a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs
+++ b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs
@@ -352,7 +352,8 @@ namespace IRaCIS.Core.Application.Contracts
public string Content { get; set; }
- public string ContentReplaced => Content.Replace("
", "").Replace("
", "").Replace("
", "").Replace("
", "").Replace("
", "");
+ public string ContentReplaced => Content.Replace("
", "").Replace("
", "").Replace("
", "")
+ .Replace("
", "").Replace("
", "").Replace("
", "");
}