diff options
Diffstat (limited to 'templates/blubber/disable-notifications.php')
| -rw-r--r-- | templates/blubber/disable-notifications.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blubber/disable-notifications.php b/templates/blubber/disable-notifications.php index f7900dd..813da62 100644 --- a/templates/blubber/disable-notifications.php +++ b/templates/blubber/disable-notifications.php @@ -5,8 +5,8 @@ class="followunfollow<?= $unfollowed ? " unfollowed" : "" ?>" title="<?= _('Benachrichtigungen für diese Konversation abstellen.') ?>" data-thread_id="<?= htmlReady($thread->id) ?>"> - <?= Icon::create('decline')->asSvg(['class' => 'follow text-bottom']) ?> - <?= Icon::create('notification2')->asSvg(['class' => 'unfollow text-bottom']) ?> + <?= Icon::create('decline')->asImg(['class' => 'follow text-bottom']) ?> + <?= Icon::create('notification2')->asImg(['class' => 'unfollow text-bottom']) ?> <?= _('Benachrichtigungen aktiviert') ?> </a> </div> |
