Fix Typo actualy to actually (#10566)

This commit is contained in:
Kylo Jorgensen 2021-07-07 09:48:54 -06:00 committed by GitHub
parent 23bd0226a5
commit df832fafd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.',
]);
}