Skip to content

Commit 643c2e4

Browse files
committed
fix: Remove specific criteria from API warning shown to ONC-ACBs
[#OCD-4971]
1 parent 9d0d55b commit 643c2e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chpl/chpl-resources/src/main/resources/errors.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,8 @@ form.formItem.cardinalitySingle='%s' may only have a single response.
10301030
form.formItem.invalidResponse='%s' is not a valid response to the question '%s'.
10311031
form.formItem.childQuestionNotApplicable=Responding to '%s' is not applicable based on the response to '%s'.
10321032

1033-
attestation.acb.apiApplicableNotConsistent=Selected API response of Not Applicable is inconsistent with listing(s), as at least one listing with (g)(7)-(g)(10) was found
1034-
attestation.acb.apiNotApplicableNotConsistent=Selected API response of Compliant is inconsistent with listing(s), as no (g)(7)-(g)(10) criteria were found
1033+
attestation.acb.apiApplicableNotConsistent=Selected API response of Not Applicable is inconsistent with listing(s), as at least one listing with API criteria was found
1034+
attestation.acb.apiNotApplicableNotConsistent=Selected API response of Compliant is inconsistent with listing(s), as no listings with API criteria were found
10351035
attestation.acb.assurancesApplicableNotConsistent=Selected Assurances response of Not Applicable is inconsistent with listing(s), as at least one listing with (b)(10) was found
10361036
attestation.acb.assurancesNotApplicableNotConsistent=Selected Assurances response of Compliant is inconsistent with listing(s), as no (b)(10) criteria were found
10371037
attestation.acb.rwtApplicableNotConsistent=Selected Real-World Testing response of Not Applicable is inconsistent with listing(s), as at least one listing with Real-World Testing was found

0 commit comments

Comments
 (0)