Skip to content

Commit 543577d

Browse files
authored
Weights drop alert frequency fix (#1671)
1 parent 9102b79 commit 543577d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public String getCronString()
9191
@Override
9292
public String getScheduleDescription()
9393
{
94-
return "every Thursday, at 12pm";
94+
return "every Tuesday, at 12pm";
9595
}
9696

9797
@Override

0 commit comments

Comments
 (0)