Fix pg-view/reg/transfer.php syntax

This commit is contained in:
Miraty 2023-01-21 04:17:58 +01:00
parent 6eb317c4ef
commit 4b54038c63
1 changed files with 1 additions and 1 deletions

View File

@ -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">