Fix minore
This commit is contained in:
parent
77526c63ce
commit
241583769e
|
@ -58,7 +58,7 @@ echo '
|
|||
echo '
|
||||
<h4>'.tr('Account mittente').'</h4>
|
||||
<div class="well">
|
||||
'.$mail->template->account->from_name.' <'.$mail->template->account->from_address.'> - '.Modules::link('Account email', $mail->template->account->id, $mail->template->account->getTranslation('title')).'
|
||||
'.$mail->template->account->from_name.' <'.$mail->template->account->from_address.'> - '.Modules::link('Account email', $mail->template->account->id, $mail->template->account->name).'
|
||||
</div>';
|
||||
|
||||
echo '
|
||||
|
|
Loading…
Reference in New Issue