Skip to content

Commit

Permalink
fixes #91062
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Feb 27, 2020
1 parent 93aa21c commit e9b2ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/scm/browser/scmViewlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface ISpliceEvent<T> {
export class EmptyPane extends ViewPane {

static readonly ID = 'workbench.scm';
static readonly TITLE = localize('scm providers', "Source Control Providers");
static readonly TITLE = localize('scm', "Source Control");

constructor(
options: IViewPaneOptions,
Expand Down

0 comments on commit e9b2ec5

Please sign in to comment.