Skip to content

Commit

Permalink
Fix #165480
Browse files Browse the repository at this point in the history
  • Loading branch information
pafernandez-oesia committed Nov 4, 2022
1 parent 0bd1531 commit d2da9ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit d2da9ec

Please sign in to comment.