Fix pg-view/reg/transfer.php syntax
This commit is contained in:
parent
6eb317c4ef
commit
4b54038c63
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<p>
|
||||
<?= sprintf(_('To prove that you are allowed to receive the domain by its current owner, the domain must have an NS record equal to %s when the form is being processed. The NS record will be automatically deleted once validated.'), '<code>' . getAuthToken() . '._transfer-verification.' . SERVER_NAME '.</code>') ?>
|
||||
<?= sprintf(_('To prove that you are allowed to receive the domain by its current owner, the domain must have an NS record equal to %s when the form is being processed. The NS record will be automatically deleted once validated.'), '<code>' . getAuthToken() . '._transfer-verification.' . SERVER_NAME . '.</code>') ?>
|
||||
</p>
|
||||
|
||||
<form method="post">
|
||||
|
|
Loading…
Reference in a new issue