Skip to content

Commit 92f9fb7

Browse files
committed
Fix notification typo
1 parent 80e5bde commit 92f9fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SivStudies/src/org/labkey/sivstudies/notification/SivStudiesDataValidationNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private void missingArtRecord(Container c, User u, StringBuilder msg)
162162
SimpleFilter filter = new SimpleFilter(FieldKey.fromString("projects/studyDescription"), "ART", CompareType.CONTAINS);
163163
filter.addCondition(FieldKey.fromString("projects/studyDescription"), "No ART", CompareType.DOES_NOT_CONTAIN);
164164
filter.addCondition(FieldKey.fromString("sivART/artInitiationDPI"), null, CompareType.ISBLANK);
165-
genericQueryCheck(c, u, msg, "study", s.getSubjectNounSingular(), "IDs assigned to an ART study without a record of ART", filter);
165+
genericQueryCheck(c, u, msg, "study", "demographics", "IDs assigned to an ART study without a record of ART", filter);
166166
}
167167

168168
private void missingAnchorDates(Container c, User u, StringBuilder msg)

0 commit comments

Comments
 (0)