Skip to content

Commit

Permalink
Fix localize file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Jan 10, 2023
1 parent bd79bfe commit 8f46833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/utils/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export namespace Common {
export const useCommandPrompt = l10n.t('Use Command Prompt');
export const download = l10n.t('Download');
export const showLogs = l10n.t('Show logs');
export const openFolder = l10n.t('Common.openFolder', 'Open Folder...');
export const openFolder = l10n.t('Open Folder...');
}

export namespace CommonSurvey {
Expand Down

0 comments on commit 8f46833

Please sign in to comment.