Skip to content

Commit 9e55316

Browse files
committed
👌 IMPROVE: Updated my account 'Loyalty & Rewards' tab title text
1 parent 998e60b commit 9e55316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/clwc-woocommerce-account-tab.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function clwc_my_account_menu_items( $items ) {
6060
// Remove the customer-logout menu item.
6161
unset( $items['customer-logout'] );
6262
// Insert the customer-loyalty endpoint.
63-
$items['customer-loyalty'] = apply_filters( 'clwc_my_account_menu_item_title', esc_attr__( 'Customer Loyalty', 'customer-loyalty-for-woocommerce' ) );
63+
$items['customer-loyalty'] = apply_filters( 'clwc_my_account_menu_item_title', esc_attr__( 'Loyalty & Rewards', 'customer-loyalty-for-woocommerce' ) );
6464
// Insert back the customer-logout item.
6565
$items['customer-logout'] = $logout;
6666

0 commit comments

Comments
 (0)