diff --git a/src/Form/QuantCloudConfigForm.php b/src/Form/QuantCloudConfigForm.php index b430b5b..5374bd8 100644 --- a/src/Form/QuantCloudConfigForm.php +++ b/src/Form/QuantCloudConfigForm.php @@ -130,7 +130,9 @@ public function buildForm(array $form, FormStateInterface $form_state) { 'oauth' => $this->t('OAuth2 (Automatic) - One-click connection'), 'manual' => $this->t('Manual Token - Copy/paste from dashboard'), ], - '#description' => $this->t('OAuth is recommended for automatic token management and refresh.'), + '#description' => $this->t('OAuth is recommended for automatic token management and refresh. For Manual Token, you can find your API token under the "API Tokens" section on your Quant Cloud dashboard profile page.', [ + ':url' => 'https://dashboard.quantcdn.io/profile', + ]), ]; // Get available keys