We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8561e75 commit 1274c6fCopy full SHA for 1274c6f
packages/compass/src/main/auto-update-manager.ts
@@ -188,7 +188,7 @@ const checkForUpdates: StateEnterAction = async function checkForUpdates(
188
icon: COMPASS_ICON,
189
message:
190
updateInfo.reason === 'outdated-operating-system'
191
- ? `The version of your operating system is no longer supported. Expected at least v${updateInfo.expectedVersion}`
+ ? `The version of your operating system is no longer supported. Expected at least ${updateInfo.expectedVersion}`
192
: 'There are currently no updates available.',
193
});
194
}
0 commit comments