diff options
| -rw-r--r-- | python/citco_monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/citco_monitor.py b/python/citco_monitor.py index dfb22f51..82bdb3e0 100644 --- a/python/citco_monitor.py +++ b/python/citco_monitor.py @@ -36,7 +36,7 @@ class BondFactorMonitor( </style> </head> <body> - Hello,<br><br>We see the below factor rematches. Could you please correct these factors?<br><br>{cls.to_tabulate()} + Hello,<br><br>We see the below factor mismatches. Could you please correct the below?<br><br>{cls.to_tabulate()} </body> </html>""" ), |
