Changeset 13482 for trunk/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 05/18/2023 10:55:35 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r13449 r13482 235 235 'title' => __( 'Group Actions', 'buddypress' ), 236 236 'content' => 237 '<p>' . __( 'Clicking "Vi sit" will take you to the group’s public page. Use this link to see what the group looks like on the front end of your site.', 'buddypress' ) . '</p>' .237 '<p>' . __( 'Clicking "View" will take you to the group’s public page. Use this link to see what the group looks like on the front end of your site.', 'buddypress' ) . '</p>' . 238 238 '<p>' . __( 'Clicking "Edit" will take you to a Dashboard panel where you can manage various details about the group, such as its name and description, its members, and other settings.', 'buddypress' ) . '</p>' . 239 239 '<p>' . __( 'If you click "Delete" under a specific group, or select a number of groups and then choose Delete from the Bulk Actions menu, you will be led to a page where you’ll be asked to confirm the permanent deletion of the group(s).', 'buddypress' ) . '</p>', … … 687 687 <?php bp_groups_directory_url(); ?> <input type="text" id="bp-groups-slug" name="bp-groups-slug" value="<?php bp_group_slug( $group ); ?>" autocomplete="off"> / 688 688 </span> 689 <a href="<?php bp_group_url( $group ) ?>" class="button button-small" id="bp-groups-visit-group"><?php esc_html_e( 'Vi sitGroup', 'buddypress' ) ?></a>689 <a href="<?php bp_group_url( $group ) ?>" class="button button-small" id="bp-groups-visit-group"><?php esc_html_e( 'View Group', 'buddypress' ) ?></a> 690 690 </div> 691 691
Note: See TracChangeset
for help on using the changeset viewer.