Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Luupeli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luupeli
Luupeli
Merge requests
!122
Translations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Translations
translations
into
staging
Overview
0
Commits
9
Pipelines
1
Changes
6
Merged
Mona-Lisa Kulmala
requested to merge
translations
into
staging
2 years ago
Overview
0
Commits
9
Pipelines
1
Changes
6
Expand
Vain tekstien muokkausta + navigaatiopalkin kielivalikon alignment.
saa mergetä -
0
0
Merge request reports
Viewing commit
e121e447
Prev
Next
Show latest version
6 files
+
36
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
e121e447
changes of some words and their translations
· e121e447
Mona Kulmala
authored
2 years ago
client/src/components/game/question.js
+
2
−
2
Options
@@ -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