From 25f723da003ba68c2f6e3111d21f02fd1f13ab90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Costa?= Date: Wed, 8 May 2024 10:47:25 +0200 Subject: [PATCH] fix(Detail): fixed typo in quick actions --- library/Notifications/Widget/Detail/IncidentQuickActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Notifications/Widget/Detail/IncidentQuickActions.php b/library/Notifications/Widget/Detail/IncidentQuickActions.php index 356ab39e..86565ea4 100644 --- a/library/Notifications/Widget/Detail/IncidentQuickActions.php +++ b/library/Notifications/Widget/Detail/IncidentQuickActions.php @@ -92,7 +92,7 @@ protected function assembleUnsubscribeButton(): void 'unsubscribe', [ 'class' => ['control-button', 'spinner'], - 'label' => [new Icon(Icons::UNSUBSCRIBED), t('Unubscribe')], + 'label' => [new Icon(Icons::UNSUBSCRIBED), t('Unsubscribe')], 'title' => t('Unsubscribe from this incident') ] );