Procházet zdrojové kódy

Fix pg-view/reg/transfer.php syntax

Miraty před 2 roky
rodič
revize
4b54038c63
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pg-view/reg/transfer.php

+ 1 - 1
pg-view/reg/transfer.php

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