diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/fcm_fx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fcm_fx.py b/python/fcm_fx.py index dd53ea39..2e470e67 100644 --- a/python/fcm_fx.py +++ b/python/fcm_fx.py @@ -15,7 +15,7 @@ def email_fcm(em, d, fund): recipients = _recipients["BAML_FCM"] case "GOLDNY": recipients = _recipients["GS_FCM"] - additional_instructions = f"Could you please instruct moves from DCS 057575201 to Futures {account} to settle thie trade? " + additional_instructions = f"Could you please instruct moves from DCS 057575201 to Futures {account} to settle this trade? " em.send_email( f"FX Details: {account} Trade Date: {d['trade_date']}", HTMLBody( |
