Skip to content

Commit 304357e

Browse files
authored
chore: standardize menu option capitalization (#4040)
1 parent 89772c5 commit 304357e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/compass-sidebar/src/components/sidebar-title.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function SidebarTitle({
124124

125125
actions.push({
126126
action: 'refresh-data',
127-
label: 'Reload Data',
127+
label: 'Reload data',
128128
icon: 'Refresh',
129129
});
130130

packages/compass/src/main/menu.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ function connectSubMenu(
138138
disconnectItem(),
139139
separator(),
140140
{
141-
label: '&Import saved connections',
141+
label: '&Import Saved Connections',
142142
click() {
143143
ipcMain.broadcastFocused('compass:open-import-connections');
144144
},
145145
},
146146
{
147-
label: '&Export saved connections',
147+
label: '&Export Saved Connections',
148148
click() {
149149
ipcMain.broadcastFocused('compass:open-export-connections');
150150
},

0 commit comments

Comments
 (0)