<?php
/**
 * ReadyLaunch - Activity Edit Post Header JS Templates.
 *
 * @package BuddyBoss\Template
 * @subpackage BP_Nouveau\ReadyLaunch
 * @since   BuddyBoss 2.9.00
 * @version 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

?>
<script type="text/html" id="tmpl-activity-edit-postin-header">
	<h3>
		<span class="activity-header-data">
			<?php esc_html_e( 'Select a group', 'buddyboss' ); ?>
		<span>
	</h3>
	<a class="bb-rl-model-close-button" href="#">
		<span class="bb-icons-rl-x"></span>
	</a>
</script>
