diff --git a/frontend/src/views/admin/DashboardPage/DashboardPage.tsx b/frontend/src/views/admin/DashboardPage/DashboardPage.tsx index 98ea827fd..d5bc4097e 100644 --- a/frontend/src/views/admin/DashboardPage/DashboardPage.tsx +++ b/frontend/src/views/admin/DashboardPage/DashboardPage.tsx @@ -119,9 +119,12 @@ export const AdminDashboardPage = () => { className="mb-6 rounded-lg border border-mineshaft-600 bg-mineshaft-900 p-4" onSubmit={handleSubmit(onFormSubmit)} > -
-
- Allow user sign up +
+
+ Allow user signups +
+
+ Select if you want users to be able to signup freely into your Infisical instance.
{ />
{signupMode === "anyone" && ( -
-
- Restrict sign up by email domain(s) +
+
+ Restrict signup by email domain(s)