From c44cc9906efed3046c88b3549abe600cbd2bc03a Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 4 May 2018 16:19:12 +0300 Subject: [PATCH] fix lang --- application/Espo/Resources/i18n/en_US/Settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/Settings.json b/application/Espo/Resources/i18n/en_US/Settings.json index d737e18dda..b6d40fb79f 100644 --- a/application/Espo/Resources/i18n/en_US/Settings.json +++ b/application/Espo/Resources/i18n/en_US/Settings.json @@ -93,7 +93,7 @@ "aclAllowDeleteCreated": "Allow to remove created records", "adminNotifications": "System notifications in administration panel", "adminNotificationsNewVersion": "Show notification when new EspoCRM version is available", - "textFilterUseContainsForVarchar": "Use 'contains' opertor when filtering varchar fields", + "textFilterUseContainsForVarchar": "Use 'contains' operator when filtering varchar fields", "authTokenPreventConcurrent": "Only one auth token per user", "scopeColorsDisabled": "Disable scope colors", "tabColorsDisabled": "Disable tab colors",