diff --git a/images/required_settings.png b/images/required_settings.png index 6fc800b..ee2fbc2 100644 Binary files a/images/required_settings.png and b/images/required_settings.png differ diff --git a/rbkmoney_checkout_ubercart/rbkmoney_checkout_ubercart.module b/rbkmoney_checkout_ubercart/rbkmoney_checkout_ubercart.module index d426d2d..19fb748 100644 --- a/rbkmoney_checkout_ubercart/rbkmoney_checkout_ubercart.module +++ b/rbkmoney_checkout_ubercart/rbkmoney_checkout_ubercart.module @@ -85,7 +85,7 @@ function rbkmoney_checkout_ubercart_setup() $form['tab1']['uc_rbkmoney_merchant_callback_public_key'] = [ '#type' => 'textarea', - '#title' => t('Приватный ключ из https://dashboard.rbk.money', + '#title' => t('Публичный ключ из https://dashboard.rbk.money', ['!dblog' => "https://dashboard.rbk.money"]), '#default_value' => MERCHANT_CALLBACK_PUBLIC_KEY, '#description' => t('Ключ для обработки уведомлений о смене статуса'), @@ -98,7 +98,7 @@ function rbkmoney_checkout_ubercart_setup() $form['tab1']['uc_rbkmoney_merchant_private_key'] = [ '#type' => 'textarea', - '#title' => t('Публичный ключ из https://dashboard.rbk.money', + '#title' => t('Приватный ключ из https://dashboard.rbk.money', ['!dblog' => "https://dashboard.rbk.money"]), '#default_value' => MERCHANT_PRIVATE_KEY, '#description' => t('Ключ для доступа к API. Скопируйте его в Личном кабинете RBKmoney в разделе API Ключ'),