Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 7, 2023
1 parent 32fe72e commit db74121
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 @@ -201,7 +201,7 @@ const AlertWizard = () => {
{ value: 'Reset user password.', name: 'Reset user password' },
{ value: 'AdminLoggedIn', name: 'Admin has logged in' },
{
value: 'UserLoggedInFromUnknownLocation',
value: 'UserLoggedIn',
name: 'A user has logged in from an unknown location, or non-allowed location',
},
]}
Expand Down

0 comments on commit db74121

Please sign in to comment.