diff --git a/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentCloneModal/EnvironmentCloneModal.tsx b/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentCloneModal/EnvironmentCloneModal.tsx
index e6d8ecf817..63e53e7d43 100644
--- a/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentCloneModal/EnvironmentCloneModal.tsx
+++ b/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentCloneModal/EnvironmentCloneModal.tsx
@@ -320,7 +320,7 @@ export const EnvironmentCloneModal = ({
}
- label="Generate an API token later"
+ label="I want to generate an API token later"
/>
-
-
- A new Server-side SDK (CLIENT) API
- token will be generated for the
- cloned environment, so you can get
- started right away.
-
-
- Which projects do you want this
- token to give access to?
-
-
- clearError(ErrorField.PROJECTS)
- }
- />
-
- }
- />
+
+
+ A new Server-side SDK (CLIENT) API token
+ will be generated for the cloned
+ environment, so you can get started right
+ away.
+
+
+
+ Which projects do you want this
+ token to give access to?
+
+
+ clearError(
+ ErrorField.PROJECTS
+ )
+ }
+ />
+ >
+ }
+ />
+