Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/components/core/IssuesHint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function IssuesHint({ issues }) {
<HintBody>
<Stack hasGutter>
<p>
{_("Please, pay attention to the following tasks:")}
{_("Before starting the installation, you need to address the following problems:")}
</p>
<List>
{issues.map((i, idx) => <ListItem key={idx}>{i.description}</ListItem>)}
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/overview/OverviewPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const IssuesList = ({ issues }) => {

return (
<EmptyState
title={_("Before installing the system, you need to pay attention to the following tasks:")}
title={_("Before starting the installation, you need to address the following problems:")}
icon="error"
color="danger-color-100"
>
Expand Down