diff --git a/src/Integration.php b/src/Integration.php index fc67f0c..2532be5 100644 --- a/src/Integration.php +++ b/src/Integration.php @@ -170,9 +170,13 @@ public function get_settings_fields() { 'readonly' => true, 'section' => 'feedback', 'title' => \__( 'Webhook URL', 'pronamic_ideal' ), - 'tooltip' => \__( - 'The Webhook URL as sent with each transaction to receive automatic payment status updates on.', - 'pronamic_ideal' + 'tooltip' => \sprintf( + /* translators: %s: payment provider name */ + \__( + 'Copy the Webhook URL to the %s dashboard to receive automatic transaction status updates.', + 'pronamic_ideal' + ), + \__( 'Rabo Smart Pay', 'pronamic_ideal' ) ), 'type' => 'text', 'value' => \rest_url( self::REST_ROUTE_NAMESPACE . '/webhook/' . (string) \get_the_ID() ),