Skip to content

Commit

Permalink
Minor textual change on the front page
Browse files Browse the repository at this point in the history
  • Loading branch information
HildoBijl committed Feb 9, 2024
1 parent e6f1eee commit 270975f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/public/locales/de/pages/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"exampleSkills": {
"title": "Beispielkompetenzen",
"description": "Probiere selbst aus, wie intuitiv es funktioniert.",
"description": "Probiere selbst aus, wie es funktioniert.",
"algebra": {
"title": "Algebra",
"contents": "Löse  <inline-math/>"
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/locales/en/pages/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"exampleSkills": {
"title": "Example skills",
"description": "Try out for yourself how intuitive it works.",
"description": "Try out for yourself how it works.",
"algebra": {
"title": "Algebra",
"contents": "Solve  <inline-math/>"
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/locales/nl/pages/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"exampleSkills": {
"title": "Voorbeeldvaardigheden",
"description": "Probeer zelf hoe intuïtief het werkt.",
"description": "Probeer zelf uit hoe het werkt.",
"algebra": {
"title": "Algebra",
"contents": "Los <inline-math/> op"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/ui/pages/Home/parts/Blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export function Blocks() {
<Grid item xs={12} md={12} lg={4} className={classes.block}>
<TranslationSection entry="exampleSkills">
<div className={classes.title}><Translation entry="title">Example skills</Translation></div>
<div className={classes.description}><Translation entry="description">Try out for yourself how intuitive it works.</Translation></div>
<div className={classes.description}><Translation entry="description">Try out for yourself how it works.</Translation></div>
<Grid container spacing={0} className={classes.exampleSkillButtons}>
<Grid item xs={12} md={3} lg={6}>
<Button variant="contained" className="button" onClick={() => navigate(paths.skill({ skillId: 'solveBasicLinearEquation' }))} color="secondary">
Expand Down

0 comments on commit 270975f

Please sign in to comment.