Skip to:
Content

BuddyPress.org

Ticket #5256: 5256.diff

File 5256.diff, 553 bytes (added by imath, 12 years ago)
  • bp-settings/bp-settings-loader.php

     
    176176                        $wp_admin_nav[] = array(
    177177                                'parent' => 'my-account-' . $this->id,
    178178                                'id'     => 'my-account-' . $this->id . '-notifications',
    179                                 'title'  => __( 'Notifications', 'buddypress' ),
     179                                'title'  => __( 'Email', 'buddypress' ),
    180180                                'href'   => trailingslashit( $settings_link . 'notifications' )
    181181                        );
    182182