You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/compass/src/main/auto-update-manager.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ async function promptForUpdate(
84
84
85
85
constanswer=awaitdialog.showMessageBox({
86
86
...commonOptions,
87
-
detail: `Compass ${to} is available. You are currently using a build of Compass that is not optimized for M1/M2 processors. Would you like to download the version of Compass ${to} optimized for M1/M2 processors now?`,
87
+
detail: `Compass ${to} is available. You are currently using a build of Compass that is not optimized for Apple processors. Would you like to download the version of Compass ${to} optimized for Apple processors now?`,
88
88
buttons: [
89
-
'Download Compass for M1/M2 (Recommended)',
89
+
'Download Compass for Apple silicon (Recommended)',
0 commit comments