diff --git a/data/presets.yaml b/data/presets.yaml index 5ab945356..2e4453fbf 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1232,7 +1232,7 @@ en: label: Sources speciality: # 'healthcare:speciality=*' - label: Speciality + label: Specialties sport: # sport=* label: Sports diff --git a/data/presets/fields.json b/data/presets/fields.json index 8552a1297..dade7712b 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -1653,7 +1653,7 @@ "speciality": { "key": "healthcare:speciality", "type": "semiCombo", - "label": "Speciality" + "label": "Specialties" }, "sport_ice": { "key": "sport", diff --git a/data/presets/fields/speciality.json b/data/presets/fields/speciality.json index 2e6010679..f4739cf07 100644 --- a/data/presets/fields/speciality.json +++ b/data/presets/fields/speciality.json @@ -1,5 +1,5 @@ { "key": "healthcare:speciality", "type": "semiCombo", - "label": "Speciality" + "label": "Specialties" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 9a38dd3c2..8cd33cdac 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2105,7 +2105,7 @@ "label": "Sources" }, "speciality": { - "label": "Speciality" + "label": "Specialties" }, "sport_ice": { "label": "Sports"