diff options
| -rw-r--r-- | resources/vue/components/forum/SubscriptionDropdown.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/vue/components/forum/SubscriptionDropdown.vue b/resources/vue/components/forum/SubscriptionDropdown.vue index 66153ae..18b64c0 100644 --- a/resources/vue/components/forum/SubscriptionDropdown.vue +++ b/resources/vue/components/forum/SubscriptionDropdown.vue @@ -139,7 +139,7 @@ const subscribe = async (notificationType = 'all') => { type="button" class="button subscription-button" :class="subscriptionButtonLabel ? 'button--icon-label' : 'button--icon-only'" - :title="$gettext(`${type} abonnieren (Menü öffnen)`)" + :title="$gettext('%{type} abonnieren (Menü öffnen)', { type })" :aria-label="$gettext('Menü zum Abonnieren für „%{ context }“ öffnen)', { context: computedContext ?? type })" aria-haspopup="menu" :aria-expanded="isOpen" |
