Skip to content

Commit

Permalink
Update woocommerce/class-sv-wc-plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
itambek-godaddy authored Sep 26, 2023
1 parent 9b96880 commit 82a6884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce/class-sv-wc-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ public function add_system_status_php_information( $rows ) {
continue;
}

/* translators: As in "Value has been set as [foo], but [bar] is required". Placeholders: %1$s - current value for a PHP setting, %2$s - required value for teh PHP setting */
/* translators: As in "Value has been set as [foo], but [bar] is required". Placeholders: %1$s - current value for a PHP setting, %2$s - required value for the PHP setting */
$note = __( 'Set as %1$s - %2$s is required.', 'woocommerce-plugin-framework' );
}

Expand Down

0 comments on commit 82a6884

Please sign in to comment.