Skip to content

Commit

Permalink
Fix minore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Sep 25, 2024
1 parent e768709 commit dead0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/emails/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

foreach ($newsletters as $newsletter) {
echo '
<li>'.Modules::link('Newsletter', $newsletter->id, $newsletter->getTranslation('title'), null, '').'</li>';
<li>'.Modules::link('Newsletter', $newsletter->id, $newsletter->name, null, '').'</li>';
}

echo '
Expand Down

0 comments on commit dead0b1

Please sign in to comment.