Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 06:57:38 AM (7 years ago)
Author:
imath
Message:

BP Nouveau - Group Invites UI: add meaningful tooltips to invites list

The invites screen contains a list of the avatar of the user to invites. When hovering on one of the avatars a BP Tooltip is now informing that clicking on one of the avatar removes the corresponding user from the invites list.

Props mercime

See #7794

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php

    r12060 r12074  
    151151        'invites_form_reset' => __( 'Invites cleared. Please use one of the available tabs to select members to invite.', 'buddypress' ),
    152152        'invites_sending'    => __( 'Sending the invites. Please wait.', 'buddypress' ),
     153        'removeUserInvite'   => __( 'Disinvite %s', 'buddypress' ),
    153154        'group_id'           => ! bp_get_current_group_id() ? bp_get_new_group_id() : bp_get_current_group_id(),
    154155        'is_group_create'    => bp_is_group_create(),
Note: See TracChangeset for help on using the changeset viewer.