We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f6d0d commit 28948f9Copy full SHA for 28948f9
1 file changed
src/API/FeedState.php
@@ -404,7 +404,7 @@ function ( $a, $b ) {
404
$status_label = esc_html__( 'Unknown status in workflow.', 'pinterest-for-woocommerce' );
405
$extra_info = sprintf(
406
/* Translators: The status text returned by the API. */
407
- esc_html__( 'API Returned an unknown status: %1$s', 'pinterest-for-woocommerce' ),
+ esc_html__( 'API returned an unknown status: %1$s', 'pinterest-for-woocommerce' ),
408
$workflow->workflow_status
409
);
410
0 commit comments