Skip to content

Commit 803161c

Browse files
1 parent 8a37410 commit 803161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ export class GettingStartedPage extends EditorPane {
900900
{
901901
'x-dispatch': 'showMoreRecents',
902902
title: localize('show more recents', "Show All Recent Folders {0}", this.getKeybindingLabel(OpenRecentAction.ID))
903-
}, 'More...')),
903+
}, localize('showAll', "More..."))),
904904
renderElement: renderRecent,
905905
contextService: this.contextService
906906
});

0 commit comments

Comments
 (0)