You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TRANSLATORS The subject of the email that is sent after changes are made to the signature request that may affect something for the signer who will sign the document. Some possible reasons: URL for signature changed (when the URL expires), the person who requested the signature sent a notification
51
51
$emailTemplate->setSubject($this->l10n->t('LibreSign: Changes into a file for you to sign'));
52
52
$emailTemplate->addHeader();
53
53
$emailTemplate->addHeading($this->l10n->t('File to sign'), false);
54
+
55
+
if (!empty($description)) {
56
+
$emailTemplate->addBodyText($description);
57
+
$emailTemplate->addBodyText('');
58
+
}
59
+
54
60
$emailTemplate->addBodyText($this->l10n->t('Changes have been made in a file that you have to sign. Access the link below:'));
0 commit comments