From c612cb1e62383e4c8d4b912ddc4ffaee0f6fe5a7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 24 Nov 2023 12:46:16 +0200 Subject: [PATCH] fix lang --- application/Espo/Resources/i18n/en_US/Import.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/Import.json b/application/Espo/Resources/i18n/en_US/Import.json index 75a56003c9..1517ceebbb 100644 --- a/application/Espo/Resources/i18n/en_US/Import.json +++ b/application/Espo/Resources/i18n/en_US/Import.json @@ -60,7 +60,7 @@ }, "messages": { "importRunning": "Import running...", - "noErrors": "No errors.", + "noErrors": "No errors", "utf8": "Should be UTF-8 encoded", "duplicatesRemoved": "Duplicates removed", "inIdle": "Execute in idle (for big data; via cron)",