Skip to content

Commit cf97e38

Browse files
authored
Merge pull request #1975 from RedisInsight/feature/RI-4346_Rename_system_tray
#RI-4346 - Rename Display on System Tray on mac
2 parents bdf7238 + 4efde33 commit cf97e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export default class MenuBuilder {
175175
type: 'separator',
176176
},
177177
{
178-
label: 'Display On System Tray',
178+
label: 'Show in Menu Bar',
179179
type: 'checkbox',
180180
checked: getDisplayAppInTrayValue(),
181181
click: (menuItem: MenuItem) => {

0 commit comments

Comments
 (0)