We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd79bfe commit 8f46833Copy full SHA for 8f46833
src/client/common/utils/localize.ts
@@ -76,7 +76,7 @@ export namespace Common {
76
export const useCommandPrompt = l10n.t('Use Command Prompt');
77
export const download = l10n.t('Download');
78
export const showLogs = l10n.t('Show logs');
79
- export const openFolder = l10n.t('Common.openFolder', 'Open Folder...');
+ export const openFolder = l10n.t('Open Folder...');
80
}
81
82
export namespace CommonSurvey {
0 commit comments