]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ
fix: remove blank from translation string
[gigi.git] / src / club / wpia / gigi / pages / account / domain / PingConfigForm.templ
index 8280c8d2ab33b6d16fa204bd47d84b8da8ba2607..4a1055379d060dc5f3bd5551200ce00fa61f9548 100644 (file)
@@ -20,7 +20,7 @@
 <div class="panel panel-info panel-activatable">
   <div class="panel-heading"><input type="checkbox" name="HTTPType" value="y"<?=$!http?>> <?=_Verify by reading HTTP-content?></div>
   <div class="panel-body">
-    <?=_Please make the following content available under ?><pre class='string'>http://<span class='exampleDomain'>example.org</span>/<?=$httpPrefix?><?=$tokenName?>.txt</pre><br/>
+    <?=_Please make the following content available at?> <pre class='string'>http://<span class='exampleDomain'>example.org</span>/<?=$httpPrefix?><?=$tokenName?>.txt</pre><br/>
     <pre><?=$tokenValue?></pre>
   </div>
 </div>