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-templates/bp-nouveau/buddypress/activity/type-parts/content-created-group.php

    r13182 r13482  
    66 *
    77 * @since 10.0.0
    8  * @version 10.0.0
     8 * @version 12.0.0
    99 */
    1010?>
     
    3333
    3434        <div class="bp-profile-button">
    35             <a href="<?php bp_activity_generated_content_part( 'group_url' ); ?>" class="button large primary button-primary" role="button"><?php esc_html_e( 'Visit group', 'buddypress'); ?></a>
     35            <a href="<?php bp_activity_generated_content_part( 'group_url' ); ?>" class="button large primary button-primary" role="button"><?php esc_html_e( 'View group', 'buddypress'); ?></a>
    3636        </div>
    3737    </div>
Note: See TracChangeset for help on using the changeset viewer.