diff --git a/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts b/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts index a31ec67e24..42c740c9ea 100644 --- a/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts +++ b/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts @@ -35,11 +35,10 @@ const checkForUpdatesMenuItemInjectable = getInjectable({ if (updateIsReadyToBeInstalled) { await showApplicationWindow(); } else { - // `You're all good\n\nYou've got the latest version of Lens\nthanks for staying on the ball.`, showMessagePopup( - `title`, - 'productName', - 'message', + `No Updates Available`, + 'You\'re all good', + `You've got the latest version of Lens,\nthanks for staying on the ball.`, { textWidth: 300 }, diff --git a/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts b/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts index 90e97f0a2e..72ba15665f 100644 --- a/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts +++ b/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts @@ -66,11 +66,10 @@ const checkForUpdatesTrayItemInjectable = getInjectable({ if (updateIsReadyToBeInstalled) { await showApplicationWindow(); } else { - // `You're all good\n\nYou've got the latest version of Lens\nthanks for staying on the ball.`, showMessagePopup( - `title`, - 'productName', - 'message', + `No Updates Available`, + 'You\'re all good', + `You've got the latest version of Lens,\nthanks for staying on the ball.`, { textWidth: 300 },