Skip to content

Commit

Permalink
Update web/src/components/network/NetworkPage.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: David Díaz <1691872+dgdavid@users.noreply.github.com>
  • Loading branch information
teclator and dgdavid authored Jun 26, 2024
1 parent 1f80cd8 commit 654e86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/network/NetworkPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function NetworkPage() {
return (
<CardField>
<CardField.Content>
<EmptyState title={_("No WiFi support")} icon="wifi_off" color="warning-color-200">
<EmptyState title={_("Not supported")} icon="error">
{_("The system does not support WiFi connections, probably because of missing or disabled hardware.")}
</EmptyState>
</CardField.Content>
Expand Down

0 comments on commit 654e86c

Please sign in to comment.