Skip to content

Commit

Permalink
Change error message for the failure rate msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemd24 committed Mar 22, 2024
1 parent 4aa6426 commit 986c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MerchantCenter/MerchantStatuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
];
}

Expand Down

0 comments on commit 986c6d2

Please sign in to comment.