diff --git a/src/MerchantCenter/MerchantStatuses.php b/src/MerchantCenter/MerchantStatuses.php index 50c2150046..7a0a0837a0 100644 --- a/src/MerchantCenter/MerchantStatuses.php +++ b/src/MerchantCenter/MerchantStatuses.php @@ -145,7 +145,7 @@ public function get_product_statistics( bool $force_refresh = false ): array { 'timestamp' => $this->cache_created_time->getTimestamp(), 'statistics' => null, 'loading' => false, - 'error' => $failure_rate_msg, + 'error' => __( 'The scheduled job has been paused due to a high failure rate.', 'google-listings-and-ads' ), ]; }