File: //proc/self/cwd/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/generation.php
<?php defined( 'ABSPATH' ) or die(); ?>
<div class="rsssl-section">
	<div class="rsssl-template-intro">
		<p>
		</p>
	</div>
    <div class="rsssl-hidden rsssl-verify_dns rsssl-show-on-warning">
        <p><?php _e("We could not check the DNS records. If you just added the record, please check in a few minutes.","really-simple-ssl")?> 
        <?php printf(__("You can manually check the DNS records in an %sonline tool%s.","really-simple-ssl"),'<a target="_blank" href="https://mxtoolbox.com/SuperTool.aspx">','</a>')?>
	    <?php _e("If you're sure it's set correctly, you can click the button to skip the DNS check.","really-simple-ssl")?> 
        </p>
        <br>
        <input class="button button-default" type="submit" value="<?php _e("Skip DNS check",'really-simple-ssl')?>" name="rsssl-skip-dns-check">
    </div>
</div>