fixed error in placeholder for secondary school (data registry defaults)

This commit is contained in:
Luis Aleixo 2024-05-23 14:47:49 +02:00
parent 477e5707c6
commit 6202ac0874

View file

@ -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},
},