From 744b24c60c6fc80b6d43d277ab8b5a47efba0f43 Mon Sep 17 00:00:00 2001
From: Zulcom <s01@ngs.ru>
Date: Fri, 1 Oct 2021 16:25:07 +0300
Subject: [PATCH] =?UTF-8?q?Correct=20=D0=A4=D1=80=D0=BE=D0=BD=D1=82=D1=8D?=
 =?UTF-8?q?=D0=BD=D0=B4=20to=20=D0=A4=D1=80=D0=BE=D0=BD=D1=82=D0=B5=D0=BD?=
 =?UTF-8?q?=D0=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/nginxconfig/i18n/ru/templates/domain_sections/presets.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/presets.js b/src/nginxconfig/i18n/ru/templates/domain_sections/presets.js
index 0b2a194..b623f84 100644
--- a/src/nginxconfig/i18n/ru/templates/domain_sections/presets.js
+++ b/src/nginxconfig/i18n/ru/templates/domain_sections/presets.js
@@ -27,7 +27,7 @@ THE SOFTWARE.
 export default {
     presets: 'Пресеты',
     itLooksLikeYouCustomisedTheConfig: 'Похоже, вы уже настроили конфигурацию для этого домена. Выбор нового пресета может привести к сбросу или изменению некоторых настроек, которые Вы настроили ранее.',
-    frontend: 'Фронтэнд',
+    frontend: 'Фронтенд',
     nodeJs: 'Node.js',
     singlePageApplication: 'Одностраничное приложение',
 };