diff --git a/e2e/specs/wizard.fromcluster.spec.ts b/e2e/specs/wizard.fromcluster.spec.ts index ff422181..9530f808 100644 --- a/e2e/specs/wizard.fromcluster.spec.ts +++ b/e2e/specs/wizard.fromcluster.spec.ts @@ -21,7 +21,7 @@ test.describe('environment: @demo', () => { await visitAndLogin(page) await page.getByRole('button', { name: 'Create cluster' }).first().click(); - await page.getByRole('menuitem', { name: 'From another cluster' }).click(); + await page.getByRole('menuitem', { name: 'With an existing cluster' }).click(); await page.getByRole('button', { name: 'Select a cluster' }).click(); await page.getByRole('option', { name: CLUSTER_TO_COPY_FROM }).click(); diff --git a/e2e/specs/wizard.spec.ts b/e2e/specs/wizard.spec.ts index db550b82..b2decdb1 100644 --- a/e2e/specs/wizard.spec.ts +++ b/e2e/specs/wizard.spec.ts @@ -17,8 +17,9 @@ test.describe('Given an endpoint where AWS ParallelCluster UI is deployed', () = await visitAndLogin(page) await page.getByRole('button', { name: 'Create cluster' }).first().click(); - await page.getByRole('menuitem', { name: 'Use interface' }).click(); + await page.getByRole('menuitem', { name: 'Step by step' }).click(); await fillWizard(page, {vpc: /vpc-.*/, region: 'eu-west-1'}) }); }) + \ No newline at end of file diff --git a/e2e/specs/wizard.template.spec.ts b/e2e/specs/wizard.template.spec.ts index 9aa719af..0f213e12 100644 --- a/e2e/specs/wizard.template.spec.ts +++ b/e2e/specs/wizard.template.spec.ts @@ -25,7 +25,7 @@ test.describe('environment: @demo', () => { page.on("filechooser", (fileChooser: FileChooser) => { fileChooser.setFiles([TEMPLATE_PATH]); }) - await page.getByRole('menuitem', { name: 'Upload a template' }).click(); + await page.getByRole('menuitem', { name: 'With a template' }).click(); await fillWizard(page) }); diff --git a/frontend/locales/en/strings.json b/frontend/locales/en/strings.json index 6d340d9a..2b82f211 100644 --- a/frontend/locales/en/strings.json +++ b/frontend/locales/en/strings.json @@ -117,7 +117,7 @@ "tooltiptext": "Copy the command to SSH into the head node. If the key pair you use to create the head node isn't the default, you must specify the path to the key pair. See <0>Connect to your Linux instance using an SSH Client0> for more information." }, "configurationLabel": "Cluster configuration", - "configurationLink": "VIEW", + "configurationLink": "View YAML", "statusLabel": "Cluster status", "computeFleetStatusLabel": "Compute fleet status", "creationTimeLabel": "Created time", @@ -280,14 +280,14 @@ "cancel": "Cancel", "create": "Create cluster", "edit": "Edit cluster", - "createFromWizard": "Use interface", - "createFromTemplate": "Upload a template", - "createFromCluster": "From another cluster", + "createFromWizard": "Step by step", + "createFromTemplate": "With a template", + "createFromCluster": "With an existing cluster", "start": "Start fleet", "stop": "Stop fleet", "delete": "Delete cluster", "shell": "Shell", - "filesystem": "File system", + "filesystem": "View file system", "dcv": "DCV", "logs": "View logs" }, @@ -339,8 +339,8 @@ "preferencesModalDarkThemes": "Dark themes" }, "fromClusterModal": { - "title": "Create cluster from another cluster", - "description": "Use an existing cluster as starting point for the configuration of your new cluster. Only clusters whose version matches the version of AWS ParallelCluster can be selected.", + "title": "Start with an existing cluster", + "description": "Choose an existing cluster to populate the wizard before you start. Only clusters whose version matches the version of AWS ParallelCluster can be selected.", "actions": { "cancel": "Cancel", "create": "Create" @@ -575,12 +575,12 @@ }, "headNode": { "title": "Head node", - "description": "Configure the head node.", + "description": "Configure the cluster head node.", "instance": { "title": "Head node instance" }, "help": { - "main": "
Configure the head node of your cluster.
Choose Refresh to view recently changed or added AWS resources.
", + "main": "Configure the head node of your cluster. The head node serves as the management node for cluster operations. You use the head node to access and manage the cluster and users. Cluster users access the head node to submit jobs.
Choose Refresh to view recently changed or added AWS resources.
", "instanceSelectionLink": { "title": "Head node instance type selection", "href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/best-practices-v3.html?icmpid=docs_parallelcluster_hp_headnode_v1#best-practices-head-node-instance-type" @@ -648,7 +648,7 @@ "header": "Networking", "subnetId": { "label": "Subnet ID", - "description": "Subnet ID for head node." + "description": "Subnet ID for the head node." } }, "security": { @@ -728,9 +728,10 @@ }, "storage": { "title": "Storage", - "description": "Configure shared storage for your cluster.", + "description": "Add and configure shared storage for your cluster. Shared storage is shared between the head node and compute nodes.", "container": { "title": "Storage settings", + "description": "Add up to <0>20 file systems0> for shared storage.", "noStorageSelected": "No shared storage options selected.", "storageTypes": "Storage types", "storageTypesPlaceholder": "Select file system types", @@ -786,7 +787,11 @@ }, "lustreType": { "label": "FSx for Lustre", - "help": "Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1. Choose the PERSISTENT_2 deployment type for longer-term storage and workloads and encryption of data in transit, choose PERSISTENT_1 only for backwards compatibility. See <0>DeploymentType0>." + "help": "Choose SCRATCH_1
and SCRATCH_2
deployment types when you need temporary storage and shorter-term processing of data.
The SCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
Choose the PERSISTENT_2
deployment type for longer-term storage and workloads and encryption of data in transit.
Choose PERSISTENT_1
only for backwards compatibility.
Enter a user email address and choose Create user to add a user.
Choose Delete to remove a user.
Choose Refresh to view changes to the list of users.
" + "description": "Maintain the list of cognito users with credentials that only permit access to the $t(global.projectName).Enter a user email address and choose Add user
Choose Remove to remove a user.
Choose Refresh to view changes to the list of users.
" }, "list": { "columns": { @@ -1203,7 +1224,7 @@ }, "helpPanel": { "title": "Custom images", - "description": "Choose Build image to create your custom image.You can only Create images with the same AWS ParallelCluster version that was used to create the $t(global.projectName).
If you choose Build image, you proceed to create a custom image by uploading a configuration, by entering the ID of an existing image, or by manually entering the configuration.
You can only Create images with the same AWS ParallelCluster version that was used to create the $t(global.projectName).
After you have provided the configuration, you choose Build image.
Choose Refresh to view recently changed or added AWS resources.", + "description": "Choose Build image to create your custom image.
You can only build images with the same AWS ParallelCluster version that was used to create the $t(global.projectName).
If you choose Build image, you proceed to create a custom image by uploading a configuration, by entering the ID of an existing image, or by manually entering the configuration.
After you have provided the configuration, you choose Build image.
Choose Refresh to view recently changed or added AWS resources.",
"amiCustomizationlink": {
"title": "AWS ParallelCluster AMI customization",
"href": "https://docs.aws.amazon.com/parallelcluster/latest/ug/custom-ami-v3.html?icmpid=docs_parallelcluster_hp_custom_images_v1"
diff --git a/frontend/src/components/DeleteDialog.tsx b/frontend/src/components/DeleteDialog.tsx
index d63b9efe..20d04155 100644
--- a/frontend/src/components/DeleteDialog.tsx
+++ b/frontend/src/components/DeleteDialog.tsx
@@ -43,7 +43,7 @@ export function DeleteDialog({children, deleteCallback, header, id}: any) {