Set envelope default message by type using resources
Added "Please read and confirm this document" to resource files and updated resource class. Replaced Envelope constructor with WithDefaultMessage extension method to set default message based on EnvelopeTypeId. Updated controller and editor form to use this method. Cleaned up imports and comments.
This commit is contained in:
@@ -268,4 +268,7 @@ Pattern: +491234567890</value>
|
||||
<data name="AccessCode manually send" xml:space="preserve">
|
||||
<value>The access code was successfully sent to [@Mail]!</value>
|
||||
</data>
|
||||
<data name="Please read and confirm this document" xml:space="preserve">
|
||||
<value>Please confirm that you have read this document.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user