Skip to content

Commit 0c43de3

Browse files
authored
chore(mongodb-compass): Rename "Connect to" to align the label with the one in the Dock menu (#2549)
1 parent f900d70 commit 0c43de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/main/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function darwinCompassSubMenu() {
8686

8787
function connectItem(app: typeof CompassApplication) {
8888
return {
89-
label: '&Connect to...',
89+
label: 'New &Connection',
9090
accelerator: 'CmdOrCtrl+N',
9191
click() {
9292
app.emit('show-connect-window');

0 commit comments

Comments
 (0)