Skip to content

Commit

Permalink
Merge pull request #96 from ToninoFerrara/patch-1
Browse files Browse the repository at this point in the history
Fixed case of words
  • Loading branch information
zrrrzzt committed Oct 6, 2019
2 parents 11ff6d4 + b10b7cd commit 9b18966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/it/choices.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
color: 2
},
{
text: 'Nè in Accordo nè in Disaccordo',
text: 'Nè in accordo nè in disaccordo',
score: 3,
color: 3
},
Expand All @@ -38,7 +38,7 @@ module.exports = {
color: 2
},
{
text: 'Nè in Accordo nè in Disaccordo',
text: 'Nè in accordo nè in disaccordo',
score: 3,
color: 3
},
Expand Down

0 comments on commit 9b18966

Please sign in to comment.