diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-03 13:39:35 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-03 13:40:20 +0100 |
| commit | b7fde6d8f91194ca7a880cf84f267c8d594bca36 (patch) | |
| tree | f5420768168468aa549565f68c28ba307c6f719d | |
| parent | 51e007552422f78a91c253cddf67b31f822f7703 (diff) | |
no variables in gettext!, fixes #6322
Closes #6322
Merge request studip/studip!4794
| -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" |
