Merge pull request #25 from njay/patch-1

pluralize no public repo message
This commit is contained in:
Eric R
2011-07-26 14:42:26 -07:00

View File

@@ -218,7 +218,7 @@ var run = function() {
});
} else {
$('#jobs').html('');
$('#jobs').append('<p class="enlarge">I do not have any public repository. Sorry.</p>');
$('#jobs').append('<p class="enlarge">I do not have any public repositories. Sorry.</p>');
}
}
});