diff --git a/web/src/components/core/IssuesHint.jsx b/web/src/components/core/IssuesHint.jsx index 20c52c444d..81d557a017 100644 --- a/web/src/components/core/IssuesHint.jsx +++ b/web/src/components/core/IssuesHint.jsx @@ -31,7 +31,7 @@ export default function IssuesHint({ issues }) {

- {_("Please, pay attention to the following tasks:")} + {_("Before starting the installation, you need to address the following problems:")}

{issues.map((i, idx) => {i.description})} diff --git a/web/src/components/overview/OverviewPage.jsx b/web/src/components/overview/OverviewPage.jsx index 2a2e636cf1..ee931d0c6b 100644 --- a/web/src/components/overview/OverviewPage.jsx +++ b/web/src/components/overview/OverviewPage.jsx @@ -62,7 +62,7 @@ const IssuesList = ({ issues }) => { return (