diff --git a/web/src/components/storage/ProposalDeviceSection.jsx b/web/src/components/storage/ProposalDeviceSection.jsx
index 6b9ed801f5..1a066f4070 100644
--- a/web/src/components/storage/ProposalDeviceSection.jsx
+++ b/web/src/components/storage/ProposalDeviceSection.jsx
@@ -132,7 +132,7 @@ const InstallationDeviceField = ({
};
if (isLoading) {
- return ;
+ return ;
}
const description = _("Select the device for installing the system.");
@@ -330,7 +330,7 @@ created in a logical volume of the system volume group.");
);
};
- if (isLoading) return ;
+ if (isLoading) return ;
return (
diff --git a/web/src/components/storage/ProposalDeviceSection.test.jsx b/web/src/components/storage/ProposalDeviceSection.test.jsx
index 27bb058910..73cd460835 100644
--- a/web/src/components/storage/ProposalDeviceSection.test.jsx
+++ b/web/src/components/storage/ProposalDeviceSection.test.jsx
@@ -136,7 +136,7 @@ describe("ProposalDeviceSection", () => {
it("renders a loading hint", () => {
plainRender(
);
- screen.getByText("Loading selected device");
+ screen.getByText("Waiting for information about selected device");
});
});
});