From 65f12089e4ed45bb5e81aec99d4f7687619f23a5 Mon Sep 17 00:00:00 2001 From: JM Date: Wed, 6 May 2026 14:27:01 +0200 Subject: [PATCH] noch was. --- js/src/forum/extendNotificationGridWithTeams.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/src/forum/extendNotificationGridWithTeams.js b/js/src/forum/extendNotificationGridWithTeams.js index eb256a9..b6b21db 100644 --- a/js/src/forum/extendNotificationGridWithTeams.js +++ b/js/src/forum/extendNotificationGridWithTeams.js @@ -7,7 +7,9 @@ export default function extendNotificationGridWithTeams() { items.add('teams', { name: 'teams', icon: 'fab fa-microsoft', - label: app.translator.trans('sbp-jm-flarum-msteams-webhook.forum.notification_method.teams'), + label: app.translator.trans( + 'sbp-jm-flarum-msteams-webhook.forum.notification_method.teams' + ), }); }); } \ No newline at end of file