1<?php 2 3use Fisharebest\Webtrees\I18N; 4 5/** 6 * @var string $title 7 */ 8 9?> 10 11<h2 class="wt-page-title"> 12 <?= $title ?> 13</h2> 14 15<div class="wt-page-content"> 16 <p> 17 <?= I18N::translate('Could not verify the information you entered. Please try again or contact the site administrator for more information.') ?> 18 </p> 19</div> 20