<?php
/**
 * Template for displaying the search results of the no results groups
 *
 * This template can be overridden by copying it to yourtheme/buddypress/search/no-results-groups.php.
 *
 * @package BuddyBoss\Core
 * @since   BuddyBoss 1.0.0
 * @version 1.0.0
 */

esc_html_e( 'No groups found!', 'buddyboss' );
