NIHVIVO-2746 Adjust role descriptors on role forms

This commit is contained in:
ryounes 2011-06-21 23:22:58 +00:00
parent c769682b83
commit 6ba6009341
13 changed files with 64 additions and 46 deletions

View file

@ -456,7 +456,7 @@ var customForm = {
getTypeNameForLabels: function() {
// If this.acType is empty, we are either in a one-step form with no type yet selected,
// or in repair mode in a two-step form with no type selected. Use the default type
// name specified in the form data (this.typeName is 'Select one').
// name specified in the form data.
return this.acType ? this.typeName : this.capitalize(this.defaultTypeName);
},