Skip to content

Commit

Permalink
chore: add translator note
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Jan 13, 2025
1 parent 7414da8 commit 144b5f4
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 @@ -64,6 +64,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 144b5f4

Please sign in to comment.