File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/terminal/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export class EnvironmentVariableInfoStale implements IEnvironmentVariableInfo {
39
39
40
40
private _getActions ( ) : ITerminalStatusHoverAction [ ] {
41
41
return [ {
42
- label : localize ( 'relaunchTerminalLabel' , "Relaunch terminal " ) ,
42
+ label : localize ( 'relaunchTerminalLabel' , "Relaunch Terminal " ) ,
43
43
run : ( ) => this . _terminalService . getInstanceFromId ( this . _terminalId ) ?. relaunch ( ) ,
44
44
commandId : TerminalCommandId . Relaunch
45
45
} ] ;
@@ -77,7 +77,7 @@ export class EnvironmentVariableInfoChangesActive implements IEnvironmentVariabl
77
77
78
78
private _getActions ( scope : EnvironmentVariableScope | undefined ) : ITerminalStatusHoverAction [ ] {
79
79
return [ {
80
- label : localize ( 'showEnvironmentContributions' , "Show environment contributions " ) ,
80
+ label : localize ( 'showEnvironmentContributions' , "Show Environment Contributions " ) ,
81
81
run : ( ) => this . _commandService . executeCommand ( TerminalCommandId . ShowEnvironmentContributions , scope ) ,
82
82
commandId : TerminalCommandId . ShowEnvironmentContributions
83
83
} ] ;
You can’t perform that action at this time.
0 commit comments