From e6c28e042aeb70497c4ae62d0fd2ef1e6a2badf6 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 20 Mar 2023 23:23:12 +0100 Subject: [PATCH] final formatting Signed-off-by: Gabriel --- .../main/check-for-updates-menu-item.injectable.ts | 7 +++---- .../tray-items/check-for-updates-tray-item.injectable.ts | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) 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 },