diff --git a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java index 99e45bc9c..9aab54d31 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java @@ -1306,7 +1306,7 @@ protected void proceduresWithoutUSDAPainLevels(final Container c, User u, final long count = ts.getRowCount(); if (count > 0) {//procedures count - msg.append("
Active procedures with missing USDA categories:

"); + msg.append("
The following procedures were performed with missing USDA pain categories:

"); msg.append("" + count + " procedure(s) found:"); msg.append("

Click here to view the procedures in PRIME

\n"); msg.append("
"); @@ -1330,7 +1330,7 @@ protected void proceduresWithoutUSDAPainLevels(final Container c, User u, final TableSelector ts2 = new TableSelector(ti, colMap.values(), null, null); // Table header - msg.append("

"); + msg.append("
"); msg.append(""); msg.append(""); @@ -1396,7 +1396,7 @@ protected void proceduresCreatedWithNoPainLevels(final Container c, User u, fina TableSelector ts2 = new TableSelector(ti, colMap.values(), null, null); // Table header - msg.append("

Id Center Project Date Procedure USDA Categories
"); + msg.append("
"); msg.append(""); msg.append("");
Procedure Name USDA Pain Categories Category