Added missing 'does NOT' to the even summary page [no ci]

This commit is contained in:
Cyrus 2023-03-31 10:16:30 -04:00
parent 5f3be5915b
commit 1adedfefe1

View File

@ -161,10 +161,10 @@
<ul>
<c:choose>
<c:when test="${initialData.rimType=='Support'}">
<li>This Support RIM file covers the following critical items:</li>
<li>This Support RIM file does NOT covers the following critical items:</li>
</c:when>
<c:otherwise>
<li>This Event Log file covers the following critical items:</li>
<li>This Event Log file does NOT covers the following critical items:</li>
</c:otherwise>
</c:choose>
<ul>