update creation e-mail

This commit is contained in:
Dario Rekowski on RockPI 2020-02-20 08:22:15 +00:00
parent 489875b6ed
commit 46e8d1d08e
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class TransactionCreation extends TransactionBase {
$this->addError('TransactionCreation::sendNotificationEmail', 'to email is empty for user: ' . $receiverUser->id);
return false;
}
$email->setFrom([$noReplyEmail => 'Nicht antworten'])
$email->setFrom([$noReplyEmail => 'Gradido (nicht antworten)'])
->setTo([$receiverUser->email => $receiverUser->getNames()])
->setSubject(__('Gradido Schöpfung erhalten'))
->send();

View File

@ -8,7 +8,7 @@
$this->assign('title', __('Gradido Schöpfung'));
?><?= __('Hallo') ?> <?= $user->first_name ?> <?= $user->last_name ?>,
<?= __('Für dich wurden soeben {0} geschöpft.', $this->element('printGradido', ['number' => $gdd_cent, 'raw' => true])) ?>
<?= __('für dich wurden soeben {0} geschöpft.', $this->element('printGradido', ['number' => $gdd_cent, 'raw' => true])) ?>
Gradido Akademie schreibt:
<?= $memo ?>