Rename college

This commit is contained in:
MartinBraquet
2025-10-24 16:24:01 +02:00
parent 591798e98c
commit 09425c1910

View File

@@ -40,7 +40,7 @@ export const DIET_CHOICES = {
export const EDUCATION_CHOICES = {
None: 'none',
'High school': 'high-school',
'Some college': 'some-college',
'College': 'some-college',
Bachelors: 'bachelors',
Masters: 'masters',
PhD: 'doctorate',