Skip to content

Commit

Permalink
Replace diary_free with dairy_free (#10187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimado authored Feb 1, 2025
1 parent 66104a8 commit 893bef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
"encounter_date_field_label__HI": "Date & Time of Consultation",
"encounter_date_field_label__OP": "Date & Time of Out-patient visit",
"encounter_date_field_label__R": "Date & Time of Consultation",
"encounter_diet_preference__diary_free": "Diary free",
"encounter_diet_preference__dairy_free": "Diary free",
"encounter_diet_preference__gluten_free": "Gluten free",
"encounter_diet_preference__halal": "Halal",
"encounter_diet_preference__kosher": "Kosher",
Expand Down
2 changes: 1 addition & 1 deletion public/locale/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
"encounter_date_field_label__HI": "കൂടിയാലോചനയുടെ തീയതിയും സമയവും",
"encounter_date_field_label__OP": "ഔട്ട്-പേഷ്യൻ്റ് സന്ദർശന തീയതിയും സമയവും",
"encounter_date_field_label__R": "കൂടിയാലോചനയുടെ തീയതിയും സമയവും",
"encounter_diet_preference__diary_free": "ഡയറി സൗജന്യം",
"encounter_diet_preference__dairy_free": "ഡയറി സൗജന്യം",
"encounter_diet_preference__gluten_free": "ഗ്ലൂറ്റൻ ഫ്രീ",
"encounter_diet_preference__halal": "ഹലാൽ",
"encounter_diet_preference__kosher": "കോഷർ",
Expand Down
2 changes: 1 addition & 1 deletion src/types/emr/encounter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ENCOUNTER_CLASS = [

export const ENCOUNTER_DIET_PREFERENCE = [
"vegetarian",
"diary_free",
"dairy_free",
"nut_free",
"gluten_free",
"vegan",
Expand Down

0 comments on commit 893bef5

Please sign in to comment.