From 611ca5a6429ca91eb4b55b3710d59dbd8c3ffc46 Mon Sep 17 00:00:00 2001 From: akushniruk Date: Tue, 11 May 2021 12:22:09 +0300 Subject: [PATCH] Fix: [otp modal - api] rename button --- web/src/custom/translations/ru.ts | 2 +- web/src/translations/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/custom/translations/ru.ts b/web/src/custom/translations/ru.ts index a2410e172..e5a59823f 100644 --- a/web/src/custom/translations/ru.ts +++ b/web/src/custom/translations/ru.ts @@ -384,7 +384,7 @@ export const ru: LangType = { 'page.body.profile.apiKeys.noKeys': 'У Вас нет API ключей', 'page.body.profile.apiKeys.modal.btn.show': 'Показать', - 'page.body.profile.apiKeys.modal.btn.create': 'Подтвердить', + 'page.body.profile.apiKeys.modal.btn.create': 'Создать', 'page.body.profile.apiKeys.modal.btn.copy': 'Копировать', 'page.body.profile.apiKeys.modal.btn.activate': 'Активировать', 'page.body.profile.apiKeys.modal.btn.disabled': 'Откл.', diff --git a/web/src/translations/en.ts b/web/src/translations/en.ts index d36157697..c85e76b6b 100644 --- a/web/src/translations/en.ts +++ b/web/src/translations/en.ts @@ -376,7 +376,7 @@ export const en = { 'page.body.profile.apiKeys.noKeys': 'You have no API keys', 'page.body.profile.apiKeys.modal.btn.show': 'Show', - 'page.body.profile.apiKeys.modal.btn.create': 'Confirm', + 'page.body.profile.apiKeys.modal.btn.create': 'Create', 'page.body.profile.apiKeys.modal.btn.copy': 'Copy', 'page.body.profile.apiKeys.modal.btn.activate': 'Activate', 'page.body.profile.apiKeys.modal.btn.disabled': 'Disable',