<?php
/**
 * About tab content.
 *
 * @package WPE_Update_Source_Selector
 */

namespace WPE_Update_Source_Selector;

?>

<h2><?php esc_html_e( 'About WP Engine Update Source Selector', 'wpe-update-source-selector' ); ?></h2>

<p>
	<?php
	esc_html_e(
		'WP Engine Update Source Selector was developed by WP Engine to empower the WordPress community with the freedom to choose where WordPress core, plugins, and themes are downloaded from. With this plugin, your ability to keep your website up to date and secure no longer depends on a single source.',
		'wpe-update-source-selector'
	);
	?>
</p>
