Skip to content

Commit

Permalink
Fix Typo actualy to actually (#10566)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyloJorgensen committed Jul 7, 2021
1 parent 23bd022 commit df832fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ const connect = (provider, query) => {
return resolve([
null,
[{ messages: [{ id: 'Auth.advanced.allow_register' }] }],
'Register action is actualy not available.',
'Register action is actually not available.',
]);
}

Expand Down

0 comments on commit df832fa

Please sign in to comment.