File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/compass/src/main Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ describe('CompassMenu', function () {
209
209
const updateItem = (
210
210
menu [ 0 ] . submenu as any
211
211
) ?. [ 1 ] as MenuItemConstructorOptions ;
212
- expect ( updateItem . label ) . to . equal ( 'Restart' ) ;
212
+ expect ( updateItem . label ) . to . equal ( 'Restart to Update ' ) ;
213
213
}
214
214
} ) ;
215
215
} ) ;
@@ -280,7 +280,7 @@ describe('CompassMenu', function () {
280
280
const updateItem = (
281
281
menu [ 3 ] . submenu as any
282
282
) ?. [ 8 ] as MenuItemConstructorOptions ;
283
- expect ( updateItem . label ) . to . equal ( 'Restart' ) ;
283
+ expect ( updateItem . label ) . to . equal ( 'Restart to Update ' ) ;
284
284
}
285
285
} ) ;
286
286
} ) ;
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ function updateSubmenu(
90
90
enabled : false ,
91
91
}
92
92
: {
93
- label : 'Restart' ,
93
+ label : 'Restart to Update ' ,
94
94
click ( ) {
95
95
compassApp . emit ( 'menu-request-restart' ) ;
96
96
} ,
You can’t perform that action at this time.
0 commit comments