From e1e7b0a553342954772caa8e340edbf824b20547 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Tue, 22 Nov 2022 08:48:57 +0200 Subject: [PATCH] fix(locales/ru): `cancel` string --- locales/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ru.json b/locales/ru.json index 4cef82a..576c6c2 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -5,7 +5,7 @@ "title": "Настройки", "language": "Язык" }, - "cancel": "Cancel", + "cancel": "Отменить", "close": "Закрывать", "confirm": "Подтверждать" }