Skip to content

Commit 53f65bc

Browse files
Update lib/public/components/qcFlags/isRunSubjectToQc.js
Co-authored-by: Martin Boulais <31805063+martinboulais@users.noreply.github.com>
1 parent 083df69 commit 53f65bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/components/qcFlags/isRunSubjectToQc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const getRunNotSubjectToQcReason = ({ runNumber, runQuality, tags }) => {
4040
reasons.push(`Quality of run ${runNumber} was changed to ${RunQualities.BAD} so it is no more subject to QC`);
4141
}
4242
if (tags.find(({ text }) => RUN_TAGS_DISABLING_QC.includes(text))) {
43-
reasons.push(`Run ${runNumber} was tags as not for physics so it is no more subject to QC`);
43+
reasons.push(`Run ${runNumber} was tagged as not for physics so it is no more subject to QC`);
4444
}
4545
return reasons.join('; ');
4646
};

0 commit comments

Comments
 (0)