Change Advanced Custom Fields 'Option Page' title
<?php // Change Advanced Custom Fields 'Option Page' page title if( function_exists('acf_set_options_page_title') ) { acf_set_options_page_title( __('Theme Options') ); } ?>