Skip to content

Commit

Permalink
fix(Detail): fixed typo in quick actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ncosta-ic committed May 8, 2024
1 parent 8d538de commit 25f723d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
]
);
Expand Down

0 comments on commit 25f723d

Please sign in to comment.