From 7f97bbd82caf938c5a31fa80fbff16852b86dc85 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Mon, 15 Aug 2022 10:51:05 +0300 Subject: SILABMC-213: rename browser time zone to default browser time zone --- src/locales/en-US.json | 4 ++-- src/locales/ru-RU.json | 4 ++-- src/views/_sila/ProfileSettings/ProfileSettings.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index ffede398..2c30c3c8 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -695,10 +695,10 @@ } }, "pageProfileSettings": { - "browserOffset": "Browser offset (%{timezone})", + "defaultBrowserOffset": "Default browser offset (%{timezone})", "changePassword": "Change password", "confirmPassword": "Confirm new password", - "defaultUTC": "Default (UTC)", + "UTC": "UTC", "newPassword": "New password", "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters", "passwordsDoNotMatch": "Passwords do not match", diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index 47059163..2ec832fe 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -695,10 +695,10 @@ } }, "pageProfileSettings": { - "browserOffset": "Часовой пояс в браузере (%{timezone})", + "defaultBrowserOffset": "По умолчанию часовой пояс в браузере (%{timezone})", "changePassword": "Изменить пароль", "confirmPassword": "Подтвердите новый пароль", - "defaultUTC": "По умолчанию (UTC)", + "UTC": "UTC", "newPassword": "Новый пароль", "newPassLabelTextInfo": "Пароль должен быть от %{min} до %{max} символов", "passwordsDoNotMatch": "Пароли не совпадают", diff --git a/src/views/_sila/ProfileSettings/ProfileSettings.vue b/src/views/_sila/ProfileSettings/ProfileSettings.vue index 258668e0..f7ed6cd6 100644 --- a/src/views/_sila/ProfileSettings/ProfileSettings.vue +++ b/src/views/_sila/ProfileSettings/ProfileSettings.vue @@ -100,7 +100,7 @@ data-test-id="profileSettings-radio-browserOffset" > {{ - $t('pageProfileSettings.browserOffset', { + $t('pageProfileSettings.defaultBrowserOffset', { timezone, }) }} @@ -110,7 +110,7 @@ :value="true" data-test-id="profileSettings-radio-defaultUTC" > - {{ $t('pageProfileSettings.defaultUTC') }} + {{ $t('pageProfileSettings.UTC') }} -- cgit v1.2.3