Skip to content

Commit

Permalink
Consistent use of English
Browse files Browse the repository at this point in the history
Changed Dutch result strings to English.
  • Loading branch information
breun committed Oct 20, 2013
1 parent 169a222 commit 020d813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h1>Welcome to Untangle!</h1>
$('#button').click(function() {
var userAnswer = $('#answer').val();
var correct = checkAnswer(userAnswer);
$('#outcome').text(correct ? 'hoera' : 'jammer');
$('#outcome').text(correct ? 'hurray' : 'too bad');
});
});
</script>
</body>
</html>
</html>

0 comments on commit 020d813

Please sign in to comment.