Updated some text associated with the rimType

This commit is contained in:
Cyrus 2021-05-28 08:48:40 -04:00
parent 0e8e88b536
commit 8a258f2b76
2 changed files with 4 additions and 2 deletions

View File

@ -297,7 +297,7 @@
</div>
</div>
</c:when>
<c:otherwise>
<c:when test="${initialData.rimType=='Base'}">
<div class="row">
<div class="col-md-1 col-md-offset-1"><span class="colHeader">Software Identity</span></div>
<div id="softwareIdentity" class="col col-md-8">
@ -541,6 +541,8 @@
</div>
</div>
</div>
</c:when>
<c:otherwise>
</c:otherwise>
</c:choose>
</div>

View File

@ -191,7 +191,7 @@ public abstract class ReferenceManifest extends ArchivableEntity {
}
/**
* Getter for the RIM Type (Primary, Supplemental, Patch).
* Getter for the RIM Type (Base, Support, Measurement).
*
* @return string for the RIM Type
*/