Skip to content

Commit dfcc5e1

Browse files
committed
update wording
1 parent eb99d0f commit dfcc5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wc-post-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public static function register_taxonomies() {
236236
/* translators: %s: attribute name */
237237
'not_found' => sprintf( __( 'No "%s" found', 'woocommerce' ), $label ),
238238
/* translators: %s: attribute name */
239-
'back_to_items' => sprintf( __( '← Back to Terms for %s', 'woocommerce' ), $label ),
239+
'back_to_items' => sprintf( __( '← Back to "%s" attributes', 'woocommerce' ), $label ),
240240
),
241241
'show_ui' => true,
242242
'show_in_quick_edit' => false,

0 commit comments

Comments
 (0)