This commit is contained in:
pafernandez-oesia 2022-11-04 20:15:13 +01:00 committed by GitHub
parent 8a37410ce2
commit 803161c056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -900,7 +900,7 @@ export class GettingStartedPage extends EditorPane {
{ {
'x-dispatch': 'showMoreRecents', 'x-dispatch': 'showMoreRecents',
title: localize('show more recents', "Show All Recent Folders {0}", this.getKeybindingLabel(OpenRecentAction.ID)) title: localize('show more recents', "Show All Recent Folders {0}", this.getKeybindingLabel(OpenRecentAction.ID))
}, 'More...')), }, localize('showAll', "More..."))),
renderElement: renderRecent, renderElement: renderRecent,
contextService: this.contextService contextService: this.contextService
}); });