Switch bold for description title and description text
This commit is contained in:
parent
368db61a2f
commit
b607575c8c
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
|||
</p>
|
||||
{% if generic_payment_details.description %}
|
||||
<p>
|
||||
<span>{% trans "Description" %}: </span>
|
||||
<strong class="pull-right">{{generic_payment_details.description}}</strong>
|
||||
<strong>{% trans "Description" %}: </strong>
|
||||
<span class="pull-right">{{generic_payment_details.description}}</span>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if generic_payment_details.recurring %}
|
||||
|
|
Loading…
Reference in a new issue