Skip to content

Commit

Permalink
add currency to payin links in low_balance notif
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 31, 2017
1 parent 9d18601 commit f68edff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emails/low_balance.spt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
low_balance, needed
) }}</p>

<p><a href="{{ participant.url('wallet/payin/') }}" style="{{ button_style('primary') }}">{{
<p><a href="{{ participant.url('wallet/payin/?currency=' + low_balance.currency) }}" style="{{ button_style('primary') }}">{{
_("Add money") }}</a></p>

[---] text/plain
{{ _("You have {0} left in your Liberapay wallet, but you need at least {1} to cover your donations next week.",
low_balance, needed) }}

{{ _("Add money") }}: {{ participant.url('wallet/payin/') }}
{{ _("Add money") }}: {{ participant.url('wallet/payin/?currency=' + low_balance.currency) }}

0 comments on commit f68edff

Please sign in to comment.