Skip to content

Commit 28948f9

Browse files
committed
Fix "Returned" to "returned".
1 parent d5f6d0d commit 28948f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/API/FeedState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function ( $a, $b ) {
404404
$status_label = esc_html__( 'Unknown status in workflow.', 'pinterest-for-woocommerce' );
405405
$extra_info = sprintf(
406406
/* Translators: The status text returned by the API. */
407-
esc_html__( 'API Returned an unknown status: %1$s', 'pinterest-for-woocommerce' ),
407+
esc_html__( 'API returned an unknown status: %1$s', 'pinterest-for-woocommerce' ),
408408
$workflow->workflow_status
409409
);
410410

0 commit comments

Comments
 (0)