Compare commits

..

2 Commits

Author SHA1 Message Date
OlgunR
e72cfcb632 Add comment for status translation in EnvelopeHistory
Added a developer note in EnvelopeHistory.cs to indicate that status translation should be implemented similarly to the envelope entity. No functional changes were made.
2026-03-11 13:15:30 +01:00
OlgunR
f0f96e45fd Fix typo in DocumentSigned4RaC resource string
Corrected "red and confirmed" to "read and confirmed" in Model.en.resx.
2026-03-11 10:37:42 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -44,5 +44,6 @@ namespace EnvelopeGenerator.Domain.Entities
[NotMapped]
public string StatusTranslated => My.Resources.Model.ResourceManager.GetString(Status.ToString());
// here i have to do it like in envelope
}
}

View File

@@ -157,7 +157,7 @@
<value>Document signed</value>
</data>
<data name="DocumentSigned4RaC" xml:space="preserve">
<value>Document red and confirmed</value>
<value>Document read and confirmed</value>
</data>
<data name="Draft" xml:space="preserve">
<value>Draft</value>