diff --git a/app/lib/index.js b/app/lib/index.js index a5f09464..9e8cbe2d 100755 --- a/app/lib/index.js +++ b/app/lib/index.js @@ -64,7 +64,7 @@ app.on('ready', () => { ipcMain.on('notifications', async (e, msg) => { if (msg.count > 0) { - const body = "(" + msg.count + "): " + ((msg.text) ? "" + msg.text : ""); + const body = "(" + msg.count + ")" + ((msg.text) ? ": " + msg.text : ""); const notification = new NativeNotification( "Microsoft Teams", {