From 4010d7c0c22d145a3e6d2b072ad0e405ad8fc103 Mon Sep 17 00:00:00 2001 From: bityutskiyAO <38612782+bityutskiyAO@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:58:17 +0300 Subject: [PATCH] fix: i18n typos (#302) --- public/locales/en/themes.json | 2 +- public/locales/ru/themes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/themes.json b/public/locales/en/themes.json index 16377960527b..0a4c50f063a5 100644 --- a/public/locales/en/themes.json +++ b/public/locales/en/themes.json @@ -24,7 +24,7 @@ "cancel": "Cancel", "export_theme_config": "Export theme config", "export_theme_cancel_btn": "Cancel", - "export_theme_apply_btn": "Save custom.svs", + "export_theme_apply_btn": "Save custom.scss", "export_theme_apply-theme-alert-title": "How to apply the theme", "radius": "Radius", "radius_regular": "Regular", diff --git a/public/locales/ru/themes.json b/public/locales/ru/themes.json index dfc9755b16e6..817c64dbf654 100644 --- a/public/locales/ru/themes.json +++ b/public/locales/ru/themes.json @@ -24,7 +24,7 @@ "cancel": "Закрыть", "export_theme_config": "Экспорт конфигурации темы", "export_theme_cancel_btn": "Закрыть", - "export_theme_apply_btn": "Сохранить custom.svs", + "export_theme_apply_btn": "Сохранить custom.scss", "export_theme_apply-theme-alert-title": "Как применить выбранную тему", "radius": "Радиус", "radius_regular": "Стандартный",