Skip to content

Commit

Permalink
Merge pull request #6514 from nextcloud/bugfix/minSupportDesktopVerMsg
Browse files Browse the repository at this point in the history
User 'Connection issue' instead of 'Network error' in systray notification
  • Loading branch information
mgallien authored Mar 20, 2024
2 parents 0da5e4a + 84c0841 commit e707d68
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 @@ -341,7 +341,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 e707d68

Please sign in to comment.