Skip to content

Commit

Permalink
User 'Connection issue' instead of 'Network error' in systray notific…
Browse files Browse the repository at this point in the history
…ation.

Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Mar 6, 2024
1 parent 7ed0b9a commit 3912ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/connectionvalidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void ConnectionValidator::reportResult(Status status)

void ConnectionValidator::showSystrayErrorMessage()
{
Systray::instance()->showMessage(tr("Network Error"),
Systray::instance()->showMessage(tr("Connection issue"),
_errors.join("<br>"),
QSystemTrayIcon::Warning);
}
Expand Down

0 comments on commit 3912ed8

Please sign in to comment.