Skip to content

Commit

Permalink
Fix: [otp modal - api] rename button
Browse files Browse the repository at this point in the history
  • Loading branch information
akushniruk committed May 26, 2021
1 parent 6d6360d commit 25e8de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/custom/translations/ru.ts
Expand Up @@ -412,7 +412,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': 'Откл.',
Expand Down
2 changes: 1 addition & 1 deletion web/src/translations/en.ts
Expand Up @@ -404,7 +404,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',
Expand Down

0 comments on commit 25e8de2

Please sign in to comment.