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 11, 2021
1 parent 1461934 commit 611ca5a
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 @@ -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': 'Откл.',
Expand Down
2 changes: 1 addition & 1 deletion web/src/translations/en.ts
Expand Up @@ -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',
Expand Down

0 comments on commit 611ca5a

Please sign in to comment.