From fa3b0a2d4eaeff2b7a023310a2b8e740564f5b6a Mon Sep 17 00:00:00 2001 From: Nick Novitski Date: Wed, 1 Jun 2011 10:11:02 -0700 Subject: [PATCH] pluralize no public repo message --- js/githubresume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/githubresume.js b/js/githubresume.js index c99ab70..3d5d4dc 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -216,7 +216,7 @@ var run = function() { }); } else { $('#jobs').html(''); - $('#jobs').append('

I do not have any public repository. Sorry.

'); + $('#jobs').append('

I do not have any public repositories. Sorry.

'); } } });