Viewing 2 replies - 1 through 2 (of 2 total)
  • This is a known bug. It occurs with all languages except the default language “English (United States)”. We can hope for a fix soon.

    This snippet should get it working, but delete it when Woo fix the problem properly.

    add_filter( 'woocommerce_account_menu_items', 'custom_edit_address' );
    function custom_edit_address( $items ) {
      $items['edit-address'] = 'Address';
      return $items;
    }
    Roxy

    (@roxannestoltz)

    Hi @mshahbazsiddiqui ,

    Thanks for reaching out!

    As Lorro mentioned, this is a known issue which affects site that are not in the default “English (US)” language.

    You can view the open bug report on GitHub here, and the most relevant current update here.

    I’d suggest subscribing to the Github issue so that you can stay up to date on any changes as they happen 🙂

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing text on MyAccount navigation link’ is closed to new replies.