diff options
Diffstat (limited to 'python/bbh_settlements_email.py')
| -rw-r--r-- | python/bbh_settlements_email.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bbh_settlements_email.py b/python/bbh_settlements_email.py index 265a1e16..c346c2c6 100644 --- a/python/bbh_settlements_email.py +++ b/python/bbh_settlements_email.py @@ -48,7 +48,7 @@ class BBHSettlementsEmail( </style> </head> <body> - Good morning Team<br><br>We're seeing the following settlements for the Brinker Destinations Fund. Please confirm you will {'receive' if net_amount < 0 else 'pay'} net {net_amount:,.2f} {currency}:<br><br>{cls.to_tabulate()} + Good morning Team,<br><br>We're seeing the following settlements for the Brinker Destinations Fund. Please confirm you will {'receive' if net_amount < 0 else 'pay'} net {net_amount:,.2f} {currency}:<br><br>{cls.to_tabulate()} </body> </html>""" ), |
