1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

final formatting

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-03-20 23:23:12 +01:00
parent 8560333d75
commit e6c28e042a
2 changed files with 6 additions and 8 deletions

View File

@ -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
},

View File

@ -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
},