Improve text about reversible instant transactions and move it on "You need to know"

This commit is contained in:
Saivann 2013-07-01 01:18:20 -04:00
parent 4275582ad2
commit 51b2e570f0
3 changed files with 7 additions and 5 deletions

View file

@ -67,6 +67,11 @@ id: you-need-to-know
<h2><img src="/img/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
<p>{% translate anonymoustxt %}</p>
{% case page.lang %}{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' %}{% else %}
<h2><img src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
<p>{% translate instanttxt %}</p>
{% endcase %}
<h2><img src="/img/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
<p>{% translate experimentaltxt %}</p>