Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Feb 10, 2025
1 parent ae91316 commit 73acda4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion language/.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"label": "Number of seconds of extra time",
"description": "Set how many seceonds the user will gain for the global time limit when entering this stage."
"description": "Set how many seconds the user will gain for the global time limit when entering this stage."
},
{
"label": "Always visible",
Expand Down
2 changes: 1 addition & 1 deletion language/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"label": "Number of seconds of extra time",
"description": "Set how many seceonds the user will gain for the global time limit when entering this stage."
"description": "Set how many seconds the user will gain for the global time limit when entering this stage."
},
{
"label": "Always visible",
Expand Down
2 changes: 1 addition & 1 deletion language/lt.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"label": "Number of seconds of extra time",
"description": "Set how many seceonds the user will gain for the global time limit when entering this stage."
"description": "Set how many seconds the user will gain for the global time limit when entering this stage."
},
{
"label": "Always visible",
Expand Down
2 changes: 1 addition & 1 deletion semantics.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"name": "specialStageExtraTime",
"type": "number",
"label": "Number of seconds of extra time",
"description": "Set how many seceonds the user will gain for the global time limit when entering this stage.",
"description": "Set how many seconds the user will gain for the global time limit when entering this stage.",
"default": 1,
"min": 1
},
Expand Down

0 comments on commit 73acda4

Please sign in to comment.