Translate text + reformat
This commit is contained in:
parent
84056a5b36
commit
3148dbccf8
1 changed files with 6 additions and 6 deletions
|
@ -855,7 +855,7 @@ class OrderConfirmationView(DetailView):
|
|||
name=user.get('name'),
|
||||
amount=gp_details['amount'],
|
||||
recurring=(
|
||||
' This is a monthly recurring plan.'
|
||||
_(' This is a monthly recurring plan.')
|
||||
if gp_details['recurring'] else ''
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue