merging from nihvivo-rel-1.1-maint branch: removing "new" from form headings in attempt to minimize user confusion NIHVIVO-1012
This commit is contained in:
parent
a6b1e8453f
commit
cc0aab3814
3 changed files with 6 additions and 6 deletions
|
@ -214,8 +214,8 @@
|
|||
request.setAttribute("title", "Edit \""+propDomainPublic+"\" entry for " + subject.getName());
|
||||
submitButtonLabel = "Save changes";
|
||||
} else {
|
||||
request.setAttribute("title","Create a new \""+propDomainPublic+"\" entry for " + subject.getName());
|
||||
submitButtonLabel = "Create new \""+propDomainPublic+"\" entry";
|
||||
request.setAttribute("title","Create \""+propDomainPublic+"\" entry for " + subject.getName());
|
||||
submitButtonLabel = "Create \""+propDomainPublic+"\" entry";
|
||||
}
|
||||
|
||||
%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue