diff --git a/src/Buttons/ApplePayButton/ApplePayDirectHandler.php b/src/Buttons/ApplePayButton/ApplePayDirectHandler.php
index 1d8b6326..bf80e8bb 100644
--- a/src/Buttons/ApplePayButton/ApplePayDirectHandler.php
+++ b/src/Buttons/ApplePayButton/ApplePayDirectHandler.php
@@ -53,15 +53,13 @@ public function bootstrap($buttonEnabledProduct, $buttonEnabledCart)
}
if (!$this->merchantValidated()) {
- /* translators: Placeholder 1: Opening strong tag. Placeholder 2: Closing strong tag. Placeholder 3: Opening link tag to documentation. Placeholder 4: Closing link tag.*/
+ /* translators: Placeholder 1: Opening link tag to documentation. Placeholder 2: Closing link tag.*/
$message = sprintf(
esc_html__(
- '%1$sApple Pay Validation Error%2$s Check %3$sApple Server requirements page%4$s to fix it in order to make the Apple Pay button work',
+ 'Apple Pay Validation Error: Please review the %1$sApple Server requirements%2$s. If everything appears correct, click the Apple Pay button to retry validation.',
'mollie-payments-for-woocommerce'
),
- '',
- '',
- '',
+ '',
''
);