Skip to content

Commit 8f46833

Browse files
Fix localize file
1 parent bd79bfe commit 8f46833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/utils/localize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export namespace Common {
7676
export const useCommandPrompt = l10n.t('Use Command Prompt');
7777
export const download = l10n.t('Download');
7878
export const showLogs = l10n.t('Show logs');
79-
export const openFolder = l10n.t('Common.openFolder', 'Open Folder...');
79+
export const openFolder = l10n.t('Open Folder...');
8080
}
8181

8282
export namespace CommonSurvey {

0 commit comments

Comments
 (0)