Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 7, 2023
1 parent db74121 commit 663f94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tenant/administration/AlertWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const AlertWizard = () => {
multi
values={[
{ value: 'New-InboxRule', name: 'New Inbox Rules' },
{ value: 'Set-inboxrule', name: 'Set Inbox Rules' },
{ value: 'Set-Inboxrule', name: 'Set Inbox Rules' },
{ value: 'Add member to role.', name: 'Adding a member to any admin role' },
{
value: 'Remove Member from a role.',
Expand Down

0 comments on commit 663f94b

Please sign in to comment.