fixes #104634

上级 a87bc7c4
......@@ -1512,7 +1512,7 @@ class SCMCollapseAction extends Action {
this.enabled = isAnyProviderCollapsible;
this.allCollapsed = isAnyProviderCollapsible && this.viewModel.areAllProvidersCollapsed();
this.label = this.allCollapsed ? localize('expand all', "Expand All Providers") : localize('collapse all', "Collapse All Providers");
this.label = this.allCollapsed ? localize('expand all', "Expand All Repositories") : localize('collapse all', "Collapse All Repositories");
this.class = this.allCollapsed ? Codicon.expandAll.classNames : Codicon.collapseAll.classNames;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册