From c9093a36b33ab0bb3569f3a5b833d8cbadc95337 Mon Sep 17 00:00:00 2001 From: tianci li Date: Mon, 27 Feb 2023 12:14:20 +0800 Subject: [PATCH] Word error --- src/renderer/i18n/en-US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/i18n/en-US.ts b/src/renderer/i18n/en-US.ts index 4ff9dad4..75a92c03 100644 --- a/src/renderer/i18n/en-US.ts +++ b/src/renderer/i18n/en-US.ts @@ -292,7 +292,7 @@ export const enUS = { autoCommit: 'Auto commit', manualCommit: 'Manual commit', actionSuccessful: '{action} successful', - importQueryErrors: 'Warning: {n} error has accurrend | Warning: {n} errors occurred', + importQueryErrors: 'Warning: {n} error has occurrend | Warning: {n} errors occurred', executedQueries: '{n} query executed | {n} queries executed', ourputFormat: 'Output format', singleFile: 'Single {ext} file',