diff --git a/frontend/packages/ceph-storage-plugin/locales/en/ceph-storage-plugin.json b/frontend/packages/ceph-storage-plugin/locales/en/ceph-storage-plugin.json index ebae3319e96..46e9e5cd3dd 100644 --- a/frontend/packages/ceph-storage-plugin/locales/en/ceph-storage-plugin.json +++ b/frontend/packages/ceph-storage-plugin/locales/en/ceph-storage-plugin.json @@ -218,7 +218,7 @@ "Discovering disks on all hosts. This may take a few minutes.": "Discovering disks on all hosts. This may take a few minutes.", "Minimum Node Requirement": "Minimum Node Requirement", "A minimum of 3 nodes are required for the initial deployment. Only {{nodes}} node match to the selected filters. Please adjust the filters to include more nodes.": "A minimum of 3 nodes are required for the initial deployment. Only {{nodes}} node match to the selected filters. Please adjust the filters to include more nodes.", - "After the LocalVolumeSet is created you won't be able to go back to this step.": "After the LocalVolumeSet is created you won't be able to go back to this step.", + "After the LocalVolumeSet is created you won't be able to edit it.": "After the LocalVolumeSet is created you won't be able to edit it.", "Note:": "Note:", "Create LocalVolumeSet": "Create LocalVolumeSet", "Yes": "Yes", diff --git a/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/create-storage-system-steps/create-local-volume-set-step/create-local-volume-set-step.tsx b/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/create-storage-system-steps/create-local-volume-set-step/create-local-volume-set-step.tsx index 5625bca6f01..ba0d2c3c63a 100644 --- a/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/create-storage-system-steps/create-local-volume-set-step/create-local-volume-set-step.tsx +++ b/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/create-storage-system-steps/create-local-volume-set-step/create-local-volume-set-step.tsx @@ -326,9 +326,7 @@ const ConfirmationModal: React.FC = ({ const description = ( <> - {t( - "ceph-storage-plugin~After the LocalVolumeSet is created you won't be able to go back to this step.", - )} + {t("ceph-storage-plugin~After the LocalVolumeSet is created you won't be able to edit it.")} {isArbiterSupported && (