diff --git a/apps/studio/components/interfaces/Database/Backups/RestoreToNewProject/CreateNewProjectDialog.tsx b/apps/studio/components/interfaces/Database/Backups/RestoreToNewProject/CreateNewProjectDialog.tsx
index f76fe3ab7d619..22f464b6bfe92 100644
--- a/apps/studio/components/interfaces/Database/Backups/RestoreToNewProject/CreateNewProjectDialog.tsx
+++ b/apps/studio/components/interfaces/Database/Backups/RestoreToNewProject/CreateNewProjectDialog.tsx
@@ -162,7 +162,7 @@ export const CreateNewProjectDialog = ({
{
const { data: project } = useSelectedProjectQuery()
diff --git a/apps/studio/components/interfaces/ProjectCreation/RegionSelector.tsx b/apps/studio/components/interfaces/ProjectCreation/RegionSelector.tsx
index 678dcd776d563..144f72ff09043 100644
--- a/apps/studio/components/interfaces/ProjectCreation/RegionSelector.tsx
+++ b/apps/studio/components/interfaces/ProjectCreation/RegionSelector.tsx
@@ -87,9 +87,14 @@ export const RegionSelector = ({
<>
Select the region closest to your users for the best performance.
{showNonProdFields && (
-
- Note: Only US (NV), Frankfurt and SG are supported for local/staging projects
-
+
+
Only these regions are supported for local/staging projects:
+
+ - East US (North Virginia)
+ - Central EU (Frankfurt)
+ - Southeast Asia (Singapore)
+
+
)}
>
}
diff --git a/apps/studio/components/interfaces/ProjectCreation/SecurityOptions.tsx b/apps/studio/components/interfaces/ProjectCreation/SecurityOptions.tsx
index 90ffe223822e6..3a92bbad82789 100644
--- a/apps/studio/components/interfaces/ProjectCreation/SecurityOptions.tsx
+++ b/apps/studio/components/interfaces/ProjectCreation/SecurityOptions.tsx
@@ -94,7 +94,7 @@ export const SecurityOptions = ({
control={form.control}
render={({ field }) => (
<>
-
+
Generate a password
+ .
>
)
diff --git a/apps/studio/pages/integrations/vercel/[slug]/deploy-button/new-project.tsx b/apps/studio/pages/integrations/vercel/[slug]/deploy-button/new-project.tsx
index 51a50a4b11d69..52e49b7aa04e8 100644
--- a/apps/studio/pages/integrations/vercel/[slug]/deploy-button/new-project.tsx
+++ b/apps/studio/pages/integrations/vercel/[slug]/deploy-button/new-project.tsx
@@ -224,7 +224,7 @@ const CreateProject = () => {
{
canCreateProject &&
additionalMonthlySpend > 0 && (
-
Additional Costs
+
Additional costs
${additionalMonthlySpend}/m
@@ -735,7 +735,7 @@ const Wizard: NextPageWithLayout = () => {
layout="horizontal"
label={
-
Compute Size
+
Compute size
{
href="https://supabase.com/docs/guides/platform/compute-add-ons"
>
-
Compute Add-Ons
+
Compute add-ons
@@ -754,7 +754,7 @@ const Wizard: NextPageWithLayout = () => {
href="https://supabase.com/docs/guides/platform/manage-your-usage/compute"
>
-
Compute Billing
+
Compute billing
@@ -845,7 +845,7 @@ const Wizard: NextPageWithLayout = () => {
return (
@@ -926,7 +926,7 @@ const Wizard: NextPageWithLayout = () => {