From 01a8fbd5b1e6062e9bc2c364bbf33394fde643c4 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 21 Nov 2016 10:27:21 +0200 Subject: [PATCH] fix label --- application/Espo/Resources/i18n/en_US/Global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/Global.json b/application/Espo/Resources/i18n/en_US/Global.json index 8c1287a75e..8985935006 100644 --- a/application/Espo/Resources/i18n/en_US/Global.json +++ b/application/Espo/Resources/i18n/en_US/Global.json @@ -191,7 +191,7 @@ "posting": "Posting...", "confirmLeaveOutMessage": "Are you sure you want to leave the form?", "notModified": "You have not modified the record", - "duplicate": "The record you are creating seems to be a duplicate", + "duplicate": "The record you are creating might already exist", "dropToAttach": "Drop to attach", "fieldIsRequired": "{field} is required", "fieldShouldBeEmail": "{field} should be valid email",