Skip to content

Commit

Permalink
Fix #1032 - Resolve trans rendering for faucet request copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Apr 30, 2018
1 parent c64b141 commit 8d4d515
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/faucet/templates/faucet_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@
<div id="faucet_form">
<div class="faucet-form" id="primary_form">
<h3>{% trans "Faucet Request" %} <span id="alpha">{% trans "Alpha" %}</span></h3>
<p class="hidden-mobile">{% trans "Pursuant to making ethereum and Gitcoin broadly accessible to everyone
Gitcoin may provide a minimal faucet distribution of ether so you may easily
claim issues and gain more ether." %}</p>
<p class="hidden-mobile">
{% blocktrans %}
Pursuant to making Ethereum and Gitcoin broadly accessible to everyone Gitcoin
may provide a minimal faucet distribution of ether so you may easily
claim issues and gain more ether.
{% endblocktrans %}
</p>
<div class="faucet-form-img">
<div class="faucet-form-svg">
{% include 'svgs/gas.svg' %}
Expand Down

0 comments on commit 8d4d515

Please sign in to comment.