From 663f53ac147ba8ec1a97e0b60de76e68086362f5 Mon Sep 17 00:00:00 2001 From: Arman Date: Tue, 5 Jul 2022 09:57:18 +0200 Subject: [PATCH] fix: text under Eldad suggestion --- src/routes/console/[project]/users/authentication.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.