File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/scm/browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -673,9 +673,9 @@ export class Repository implements Disposable {
673673 this . _sourceControl . inputBox . validateInput = this . validateInput . bind ( this ) ;
674674 this . disposables . push ( this . _sourceControl ) ;
675675
676- this . _mergeGroup = this . _sourceControl . createResourceGroup ( 'merge' , localize ( 'merge changes' , "Merge Changes " ) ) ;
677- this . _indexGroup = this . _sourceControl . createResourceGroup ( 'index' , localize ( 'staged changes' , "Staged Changes " ) ) ;
678- this . _workingTreeGroup = this . _sourceControl . createResourceGroup ( 'workingTree' , localize ( 'changes' , "Changes " ) ) ;
676+ this . _mergeGroup = this . _sourceControl . createResourceGroup ( 'merge' , localize ( 'merge changes' , "MERGE CHANGES " ) ) ;
677+ this . _indexGroup = this . _sourceControl . createResourceGroup ( 'index' , localize ( 'staged changes' , "STAGED CHANGES " ) ) ;
678+ this . _workingTreeGroup = this . _sourceControl . createResourceGroup ( 'workingTree' , localize ( 'changes' , "CHANGES " ) ) ;
679679
680680 const updateIndexGroupVisibility = ( ) => {
681681 const config = workspace . getConfiguration ( 'git' , root ) ;
Original file line number Diff line number Diff line change 7373 flex : 1 ;
7474 font-size : 11px ;
7575 font-weight : bold;
76- text-transform : uppercase;
7776 overflow : hidden;
7877 text-overflow : ellipsis;
7978}
You can’t perform that action at this time.
0 commit comments