diff --git a/webapp/web/js/menupage/browseByVClass.js b/webapp/web/js/menupage/browseByVClass.js index 03ce3f2c9..acc2034a3 100644 --- a/webapp/web/js/menupage/browseByVClass.js +++ b/webapp/web/js/menupage/browseByVClass.js @@ -233,7 +233,7 @@ var browseByVClass = { this.wipeSlate(); this.selectedAlpha(alpha); - nothingToSeeHere = '

There are no '+ vclass.name +' individuals whose name starts with '+ alpha +'.

Please try another letter or browse all '+ vclass.name +' individuals.

'; + nothingToSeeHere = '

There are no '+ vclass.name +' individuals whose name starts with '+ alpha.toUpperCase() +'.

Please try another letter or browse all.

'; browseByVClass.individualsContainer.prepend(nothingToSeeHere); } };