Translate text + reformat

This commit is contained in:
PCoder 2018-09-26 22:31:06 +02:00
parent 84056a5b36
commit 3148dbccf8

View file

@ -855,7 +855,7 @@ class OrderConfirmationView(DetailView):
name=user.get('name'), name=user.get('name'),
amount=gp_details['amount'], amount=gp_details['amount'],
recurring=( recurring=(
' This is a monthly recurring plan.' _(' This is a monthly recurring plan.')
if gp_details['recurring'] else '' if gp_details['recurring'] else ''
) )
) )