Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(ui): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsterovich committed May 22, 2019
1 parent 3b305dd commit 4a6ebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/desktop_notifications/desktopnotify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void DesktopNotify::notifyMessageSimple(const MessageType type)
case MSG_FRIEND_FILE: message = tr("Incoming file transfer"); break;
case MSG_FRIEND_REQUEST: message = tr("Friend request received"); break;
case MSG_GROUP: message = tr("New group message"); break;
case MSG_GROUP_INVITE: message = tr("Group invite"); break;
case MSG_GROUP_INVITE: message = tr("Group invite received"); break;
default: break;
}

Expand Down

0 comments on commit 4a6ebff

Please sign in to comment.