@@ -244,7 +309,8 @@ export const CreateWorkspacePageViewExperimental: FC<
dismissible
data-testid="duplication-warning"
>
- {Language.duplicationWarning}
+ Duplicating a workspace only copies its parameters. No state from
+ the old workspace is copied over.
)}
@@ -353,9 +419,8 @@ export const CreateWorkspacePageViewExperimental: FC<
Parameters
- These are the settings used by your template. Please note that
- immutable parameters cannot be modified once the workspace is
- created.
+ These are the settings used by your template. Immutable
+ parameters cannot be modified once the workspace is created.
{presets.length > 0 && (
@@ -382,6 +447,16 @@ export const CreateWorkspacePageViewExperimental: FC<
selectedOption={presetOptions[selectedPresetIndex]}
/>
+