From 24794f83ae125ecf6f4f51c434140f51bd3fe452 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Fri, 19 Aug 2022 15:54:53 +0300 Subject: SILABMC-270: resetZoom name from locale --- src/locales/en-US.json | 3 ++- src/locales/ru-RU.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index cd119b46..93dd2188 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -93,7 +93,8 @@ }, "chart": { "thresholdFailure": "Threshold failure", - "thresholdWarning": "Threshold warning" + "thresholdWarning": "Threshold warning", + "resetZoom": "Reset zoom" }, "appHeader": { "applicationHeader": "Application header", diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index a2d6f481..98c6d6c3 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -93,7 +93,8 @@ }, "chart": { "thresholdFailure": "Пороговое значение отказ", - "thresholdWarning": "Пороговое значение предупреждения" + "thresholdWarning": "Пороговое значение предупреждения", + "resetZoom": "Сбросить масштаб" }, "appHeader": { "applicationHeader": "Заголовок веб-приложения", -- cgit v1.2.3