Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2018 01:01:35 AM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: string improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/src/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php

    r12082 r12105  
    1111    <?php if ( bp_current_user_can( 'groups_access_group' ) ) : ?>
    1212
    13         <h2 class="bp-screen-reader-text"><?php esc_html_e( 'Leadership', 'buddypress' ); ?></h2>
     13        <h2 class="bp-screen-reader-text"><?php esc_html_e( 'Group Leadership', 'buddypress' ); ?></h2>
    1414
    1515        <dl class="moderators-lists">
    16             <dt class="moderators-title"><?php _e( 'Group Admins', 'buddypress' ); ?></dt>
     16            <dt class="moderators-title"><?php esc_html_e( 'Group Administrators', 'buddypress' ); ?></dt>
    1717            <dd class="user-list admins"><?php bp_group_list_admins(); ?>
    1818                <?php bp_nouveau_group_hook( 'after', 'menu_admins' ); ?>
     
    2626
    2727            <dl class="moderators-lists">
    28                 <dt class="moderators-title"><?php _e( 'Group Mods', 'buddypress' ); ?></dt>
     28                <dt class="moderators-title"><?php esc_html_e( 'Group Mods', 'buddypress' ); ?></dt>
    2929                <dd class="user-list moderators">
    3030                    <?php
Note: See TracChangeset for help on using the changeset viewer.