diff --git a/productMods/edit/forms/addGrantRoleToPerson.jsp b/productMods/edit/forms/addGrantRoleToPerson.jsp index 67732b59..e20af304 100644 --- a/productMods/edit/forms/addGrantRoleToPerson.jsp +++ b/productMods/edit/forms/addGrantRoleToPerson.jsp @@ -60,10 +60,14 @@ if ( ((String)request.getAttribute("predicateUri")).endsWith("hasPrincipalInvest http://vivoweb.org/ontology/core#PrincipalInvestigatorRole Principal Investigator Create a new principal investigator entry for <%= subjectName %> - <% }else{ %> + <% }else if ( ((String)request.getAttribute("predicateUri")).endsWith("hasCo-PrincipalInvestigatorRole") ) { %> http://vivoweb.org/ontology/core#CoPrincipalInvestigatorRole Co-Principal Investigator Create a new co-principal investigator entry for <%= subjectName %> + <% }else { %> + http://vivoweb.org/ontology/core#InvestigatorRole + Investigator + Create a new investigator entry for <%= subjectName %> <% } %>