From c3178da2c3f5efbc6f7bbd693475ab51516a2e92 Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Fri, 18 Aug 2017 22:10:05 +0100 Subject: [PATCH] Rename speciality to specialties --- data/presets.yaml | 2 +- data/presets/fields.json | 2 +- data/presets/fields/speciality.json | 2 +- dist/locales/en.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"