aboutsummaryrefslogtreecommitdiff
path: root/app/views/calendar/contentbox/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendar/contentbox/display.php')
-rw-r--r--app/views/calendar/contentbox/display.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/calendar/contentbox/display.php b/app/views/calendar/contentbox/display.php
index c0387fd..bd7b266 100644
--- a/app/views/calendar/contentbox/display.php
+++ b/app/views/calendar/contentbox/display.php
@@ -10,12 +10,12 @@
<? if ($isProfile) : ?>
<a href="<?= URLHelper::getLink('dispatch.php/calendar/date/add') ?>"
data-dialog="reload-on-close"
- title="<?= _('Neuen Termin anlegen') ?>">
+ title="<?= _('Neuen Termin anlegen') ?>" aria-label="<?= _('Neuen Termin anlegen') ?>">
<?= Icon::create('add', 'clickable')->asImg(['class' => 'text-bottom']) ?>
</a>
<? else: ?>
<a href="<?= URLHelper::getLink("dispatch.php/course/timesrooms", ['cid' => $range_id]) ?>"
- title="<?= _('Neuen Termin anlegen') ?>">
+ title="<?= _('Neuen Termin anlegen') ?>" aria-label="<?= _('Neuen Termin anlegen') ?>">
<?= Icon::create('admin', 'clickable')->asImg(['class' => 'text-bottom']) ?>
</a>
<? endif ?>