mirror of
https://github.com/ae-utbm/sith.git
synced 2024-12-22 07:41:14 +00:00
fix translation in subscription creation success fragment
This commit is contained in:
parent
902cafc5e4
commit
f0bc502ec9
@ -4,13 +4,9 @@
|
|||||||
{% trans user=subscription.member %}Subscription created for {{ user }}{% endtrans %}
|
{% trans user=subscription.member %}Subscription created for {{ user }}{% endtrans %}
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
{% trans trimmed
|
{% trans trimmed user=subscription.member.get_short_name(), type=subscription.subscription_type, end=subscription.subscription_end %}
|
||||||
user=subscription.member.get_short_name(),
|
{{ user }} received its new {{ type }} subscription.
|
||||||
type=subscription.subscription_type,
|
It will be active until {{ end }} included.
|
||||||
end=subscription.subscription_end
|
|
||||||
%}
|
|
||||||
{{ user }} received its new {{ type }} subscription.
|
|
||||||
It will be active until {{ end }} included.
|
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user