diff --git a/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.settings/route.tsx b/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.settings/route.tsx
index c6dade4c9..d28182a3e 100644
--- a/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.settings/route.tsx
+++ b/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.settings/route.tsx
@@ -232,7 +232,7 @@ export default function Page() {
{projectSlug.error}
{deleteForm.error}
- This change is irreversible, so please be certain. Type in the Project slug
+ This change is irreversible, so please be certain. Type in the Project slug{" "}
{project.slug} and then press
Delete.
diff --git a/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings/route.tsx b/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings/route.tsx
index 8d17a7922..dc0efb69b 100644
--- a/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings/route.tsx
+++ b/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings/route.tsx
@@ -239,7 +239,7 @@ export default function Page() {
{organizationSlug.error}
{deleteForm.error}
- This change is irreversible, so please be certain. Type in the Organization slug
+ This change is irreversible, so please be certain. Type in the Organization slug{" "}
{organization.slug} and then
press Delete.