diff --git a/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts b/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts index 8346e0dbe7c..1e489b0b8cd 100644 --- a/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts +++ b/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts @@ -28,7 +28,7 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ case DeviceType.ChromeExtension: chrome.notifications.create(createInfo.id, { iconUrl: "https://avatars.githubusercontent.com/u/15990069?s=200", - message: createInfo.title, + message: createInfo.body, type: "basic", title: createInfo.title, buttons: createInfo.buttons.map((value) => {