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
79
-
$emailTemplate->setSubject($this->encodeMailSubject($this->l10n->t('LibreSign: Changes into a file for you to sign')));
51
+
$emailTemplate->setSubject($this->l10n->t('LibreSign: Changes into a file for you to sign'));
80
52
$emailTemplate->addHeader();
81
53
$emailTemplate->addHeading($this->l10n->t('File to sign'), false);
82
54
@@ -112,7 +84,7 @@ public function notifySignDataUpdated(SignRequest $data, string $email, ?string
// TRANSLATORS The subject of the email that is sent after a document has been signed by a user. This email is sent to the person who requested the signature.
149
-
$emailTemplate->setSubject($this->encodeMailSubject($this->l10n->t('LibreSign: A file has been signed')));
121
+
$emailTemplate->setSubject($this->l10n->t('LibreSign: A file has been signed'));
// TRANSLATORS The text in the email that is sent after a document has been signed by a user. %s will be replaced with the name of the user who signed the document.
@@ -175,7 +147,7 @@ public function notifySignedUser(SignRequest $signRequest, string $email, File $
0 commit comments