Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/18/2023 10:55:35 AM (3 years ago)
Author:
imath
Message:

Improve group viewing action labelling consistency

Use "view" instead of "visit" to label the group viewing action.

Props lenasterg

Fixes #8887
Closes https://github.com/buddypress/buddypress/pull/100

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/screens/user/invites.php

    r13443 r13482  
    2929
    3030            /* translators: %s: group link */
    31             bp_core_add_message( sprintf( __( 'Group invite accepted. Visit %s.', 'buddypress' ), bp_get_group_link( $group ) ) );
     31            bp_core_add_message( sprintf( __( 'Group invite accepted. View %s.', 'buddypress' ), bp_get_group_link( $group ) ) );
    3232
    3333            if ( bp_is_active( 'activity' ) ) {
Note: See TracChangeset for help on using the changeset viewer.