Fixed missing comma

This commit is contained in:
Claudio Sanches 2020-07-01 17:56:19 -03:00
parent 9149160f6a
commit e20a69c35c
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ class WC_Post_Types {
$label = ! empty( $tax->attribute_label ) ? $tax->attribute_label : $tax->attribute_name;
$messages[ $name ] = array(
0 => ''
0 => '',
/* translators: %s: taxonomy label */
1 => sprintf( _x( '%s added', 'taxonomy term messages', 'woocommerce' ), $label ),
/* translators: %s: taxonomy label */