Skip to content

Commit 9bed473

Browse files
committed
Updated the headers
1 parent 55e114d commit 9bed473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onprc_ehr/src/org/labkey/onprc_ehr/notification/AdminNotifications.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private void MedsEndDateAlert(Container c, User u, final StringBuilder msg, fina
129129
else if (count > 0)
130130
{
131131
//Display the report link on the notification page
132-
msg.append("<br><b>Meds with missing end date:</b><br><br>");
132+
msg.append("<br><b>Medication orders with missing end date:</b><br><br>");
133133
msg.append("<b>" + count + " meds found with missing end dates:</b>");
134134
msg.append("<p><a href='" + getExecuteQueryUrl(c, "onprc_ehr", "MedsEndDateAlert", null) + "'>Click here to view the meds/diets</a></p>\n");
135135
msg.append("<hr>");

0 commit comments

Comments
 (0)