diff --git a/src/routes/console/[project]/users/authentication.svelte b/src/routes/console/[project]/users/authentication.svelte index 6afa0ce2e..4e2253df8 100644 --- a/src/routes/console/[project]/users/authentication.svelte +++ b/src/routes/console/[project]/users/authentication.svelte @@ -20,7 +20,7 @@ await sdkForConsole.projects.updateAuthStatus(projectId, id, value); addNotification({ type: 'success', - message: 'Updated project auth status successfully' + message: 'Updated project authentication status successfully' }); } catch (error) { addNotification({ @@ -37,8 +37,8 @@ -

Auth Methods

-

Enable the auth methods you wish to use.

+

Authentication Methods

+

Enable the authentication methods you wish to use.