syntax errors correction

This commit is contained in:
mandrag0ra 2014-05-28 15:05:57 +02:00
parent b83440a073
commit 9e930fad88

View File

@ -14,9 +14,9 @@
</noscript>
<h2>{% trans "Updater Status" %}</h2>
<dl>
<dt>{% trans "My IP" :%}</dt>
<dt>{% trans "My IP:" %}</dt>
<dd><span id="myip"></span> (<span id="myip_timestamp"></span>)</dd>
<dt>{% trans "Last update response" :%}</dt>
<dt>{% trans "Last update response:" %}</dt>
<dd><span id="response"></span> (<span id="response_timestamp"></span>)</dd>
</dl>
</div>