From 1bb82151da5b2c9f6b1f7bb6ec3ad0e7c75e3e5f Mon Sep 17 00:00:00 2001 From: Andrew Fontana <32223252+Kharg@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:05:14 +0200 Subject: [PATCH] Fix Typo (#3125) Fix typo enabled to enable. --- application/Espo/Resources/i18n/en_US/Admin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/Admin.json b/application/Espo/Resources/i18n/en_US/Admin.json index 0f1089a0db..6c91c97151 100644 --- a/application/Espo/Resources/i18n/en_US/Admin.json +++ b/application/Espo/Resources/i18n/en_US/Admin.json @@ -239,7 +239,7 @@ "rebuildRequired": "Rebuild is required" }, "messages": { - "cacheIsDisabled": "Cache is disabled, the application will run slow. Enabled cache in the [settings](#Admin/settings).", + "cacheIsDisabled": "Cache is disabled, the application will run slow. Enable cache in the [settings](#Admin/settings).", "formulaFunctions": "More functions can be found in [documentation]({documentationUrl}).", "rebuildRequired": "You need to run rebuild from CLI.", "upgradeVersion": "EspoCRM will be upgraded to version **{version}**. Please be patient as this may take a while.",