Skip to content
Snippets Groups Projects

Translations

Merged Mona-Lisa Kulmala requested to merge translations into staging
6 files
+ 36
30
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -62,9 +62,9 @@ const Question = () => {
let notification
if (question.correct.length === 1) {
notification = `Oikea vastaus: ${question.correct[0].content}`
notification = `${constants.questionPage.rightAnswer} ${question.correct[0].content}`
} else {
notification = `Oikeat vastaukset: ${question.correct.reduce(
notification = `${constants.questionPage.rightAnswers} ${question.correct.reduce(
(answers, current) => answers + current.content + ', ',
''
)}`
Loading