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/bp-groups-blocks.php

    r13437 r13482  
    140140            </div>',
    141141            esc_url( $group_link ),
    142             esc_html__( 'Visit Group', 'buddypress' )
     142            esc_html__( 'View Group', 'buddypress' )
    143143        );
    144144    }
Note: See TracChangeset for help on using the changeset viewer.