More text clean up

This commit is contained in:
Jason House
2019-05-22 11:46:03 -04:00
parent 75c288009d
commit b75070d8d4

View File

@@ -70,7 +70,7 @@ function polling() {
if(keepChecking) {
var obj = JSON.parse(data);
if(!obj.searchedMovieCount && !obj.totalMovieCount && obj.totalMovieCount === 0) {
$('#searchingBody').text("Looking for movies...");
$('#searchingBody').text("Searching for movies...");
} else {
$('#progressContainer').show();
var percentage = Math.trunc(obj.searchedMovieCount / obj.totalMovieCount * 100);