Skip to content

Commit

Permalink
Small translation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Veron-AccNL committed Feb 5, 2021
1 parent 9460ea7 commit 93f60fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/js/level-kokervisie.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var kokervisie = {
if (isCorrect) {
showScore(this.calcScore());
} else {
alert('Verkeerde order'); // TODO: make popup
alert('Wrong order'); // TODO: make popup
this.score -= 50;
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/einde.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you want to know more about digital accessibility and how it can best be appl
<hr>


De Accessibility Game was developed through a collaboration between Stichting Accessibility and Hogeschool Windesheim and is further developed by Bas de Bruin from Hogeschool van de Kunsten Utrecht.
De Accessibility Game was developed through a collaboration between the Accessibility Foundation and Windesheim University of Applied Sciences and is further developed by Bas de Bruin from HKU University of the Arts Utrecht.

<a href="/index.html" class="button light back">Go back to home</a>

Expand Down
12 changes: 6 additions & 6 deletions src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ title: Accessibility Game


h3.
Made by Stichting Accessibility
Made by the Accessibility Foundation


.background-images(aria-hidden="true")
img(src='assets/images/index/cursor_smooth.svg' alt='decoratieve achtergrond afbeelding')
img(src='assets/images/index/cursor_wiggle.svg' alt='decoratieve achtergrond afbeelding')
img(src='assets/images/index/icon_eye_green.svg' alt='decoratieve achtergrond afbeelding')
img(src='assets/images/index/icon_no_sound_green.svg' alt='decoratieve achtergrond afbeelding')
img(src='assets/images/index/media.svg' alt='decoratieve achtergrond afbeelding')
img(src='assets/images/index/cursor_smooth.svg' alt='')
img(src='assets/images/index/cursor_wiggle.svg' alt='')
img(src='assets/images/index/icon_eye_green.svg' alt='')
img(src='assets/images/index/icon_no_sound_green.svg' alt='')
img(src='assets/images/index/media.svg' alt='')

2 changes: 1 addition & 1 deletion src/levels/1/play.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Dyslexia
question:
title: Now answer the questions about dyslexia
button_text: Go to the questions
button_back_text: Back to the tekst
button_back_text: Back to the text
button_send_text: Send

questions:
Expand Down

0 comments on commit 93f60fc

Please sign in to comment.