fixed error in placeholder for secondary school (data registry defaults)
This commit is contained in:
parent
477e5707c6
commit
6202ac0874
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ class DataRegistry:
|
|||
"expiration": {"Breathing": 5, "Speaking": 5},
|
||||
},
|
||||
"secondary-school": {
|
||||
"placeholder": "Primary school",
|
||||
"placeholder": "Secondary school",
|
||||
"activity": "Light activity",
|
||||
"expiration": {"Breathing": 7, "Speaking": 3},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue