diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts index b35a466ad0b80..0fd7502ca5394 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts @@ -900,7 +900,7 @@ export class GettingStartedPage extends EditorPane { { 'x-dispatch': 'showMoreRecents', title: localize('show more recents', "Show All Recent Folders {0}", this.getKeybindingLabel(OpenRecentAction.ID)) - }, 'More...')), + }, localize('showAll', "More..."))), renderElement: renderRecent, contextService: this.contextService });