diff --git a/js/githubresume.js b/js/githubresume.js index 3c6c0f9..56a0f51 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -373,9 +373,9 @@ var run = function() { }); } else { if(data.length > 0){ - $('#jobs').html('').append('
All my repositories are forks. Sorry.
'); + $('#jobs').html('').append('All of this user\'s repositories seem to be forks. Sorry.
'); } else { - $('#jobs').html('').append('I do not have any public repositories. Sorry.
'); + $('#jobs').html('').append('Unfortunately, this user does not seem to have any public repositories.
'); } } }