update wording

This commit is contained in:
Mike Jolley 2019-04-10 11:51:41 +01:00
parent eb99d0f152
commit dfcc5e16e5
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class WC_Post_Types {
/* translators: %s: attribute name */
'not_found' => sprintf( __( 'No "%s" found', 'woocommerce' ), $label ),
/* translators: %s: attribute name */
'back_to_items' => sprintf( __( '← Back to Terms for %s', 'woocommerce' ), $label ),
'back_to_items' => sprintf( __( '← Back to "%s" attributes', 'woocommerce' ), $label ),
),
'show_ui' => true,
'show_in_quick_edit' => false,