Skip to content

Commit

Permalink
Merge pull request #4292 from LibreSign/backport/4288/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: add translator note
  • Loading branch information
vitormattos authored Jan 13, 2025
2 parents 60e0027 + d735f52 commit fe3cefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/MailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ private function getFileById(int $fileId): File {
*/
public function notifySignDataUpdated(SignRequest $data, string $email): void {
$emailTemplate = $this->mailer->createEMailTemplate('settings.TestEmail');
// 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
$emailTemplate->setSubject($this->l10n->t('LibreSign: Changes into a file for you to sign'));
$emailTemplate->addHeader();
$emailTemplate->addHeading($this->l10n->t('File to sign'), false);
Expand Down

0 comments on commit fe3cefa

Please sign in to comment.