diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs index 6c545b2d4..cfe46e64f 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs @@ -294,7 +294,7 @@ namespace IRaCIS.Core.Application.Contracts public string Content { get; set; } = string.Empty; - [DictionaryTranslateAttribute("YesOrNo")] + [DictionaryTranslateAttribute("ChallengeIsClosed")] public bool IsClosed { get; set; } public DateTime? ClosedTime { get; set; }