NIHVIVO-1073 Small change to message displayed when no individuals are found for requested letter in alphabet
This commit is contained in:
parent
603c9cee21
commit
93de3d8aa9
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ var browseByVClass = {
|
||||||
this.wipeSlate();
|
this.wipeSlate();
|
||||||
this.selectedAlpha(alpha);
|
this.selectedAlpha(alpha);
|
||||||
|
|
||||||
nothingToSeeHere = '<p class="no-individuals">There are no '+ vclass.name +' individuals whose name starts with <em>'+ alpha +'</em>.</p> <p class="no-individuals">Please try another letter or browse all '+ vclass.name +' individuals.</p>';
|
nothingToSeeHere = '<p class="no-individuals">There are no '+ vclass.name +' individuals whose name starts with <em>'+ alpha.toUpperCase() +'</em>.</p> <p class="no-individuals">Please try another letter or browse all.</p>';
|
||||||
browseByVClass.individualsContainer.prepend(nothingToSeeHere);
|
browseByVClass.individualsContainer.prepend(nothingToSeeHere);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue