We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998e60b commit 9e55316Copy full SHA for 9e55316
admin/clwc-woocommerce-account-tab.php
@@ -60,7 +60,7 @@ function clwc_my_account_menu_items( $items ) {
60
// Remove the customer-logout menu item.
61
unset( $items['customer-logout'] );
62
// 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' ) );
+ $items['customer-loyalty'] = apply_filters( 'clwc_my_account_menu_item_title', esc_attr__( 'Loyalty & Rewards', 'customer-loyalty-for-woocommerce' ) );
64
// Insert back the customer-logout item.
65
$items['customer-logout'] = $logout;
66
0 commit comments