Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 2017466: Warning shown in "Create LocalVolumeSet" window no longer matches actual behaviour #10449

Merged
merged 1 commit into from Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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",
Expand Down
Expand Up @@ -326,9 +326,7 @@ const ConfirmationModal: React.FC<ConfirmationModalProps> = ({
const description = (
<>
<span>
{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.")}
</span>
{isArbiterSupported && (
<p className="pf-u-pt-sm">
Expand Down