From 607859eac5524bce17012bcd7652899887afa65a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 5 May 2018 22:35:52 -0400 Subject: [PATCH] Rename "Phone" to "Telephone" (so user can type either) (closes #5019) --- data/presets.yaml | 2 +- data/presets/fields.json | 2 +- data/presets/fields/phone.json | 4 ++-- data/taginfo.json | 2 +- dist/locales/en.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 2823cab7e..606aabda7 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1084,7 +1084,7 @@ en: placeholder: '1, 2, 3...' phone: # phone=* - label: Phone + label: Telephone # phone field placeholder placeholder: +31 42 123 4567 piste/difficulty: diff --git a/data/presets/fields.json b/data/presets/fields.json index 7958dd4df..18daa4606 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -1468,7 +1468,7 @@ "type": "tel", "icon": "telephone", "universal": true, - "label": "Phone", + "label": "Telephone", "placeholder": "+31 42 123 4567" }, "piste/difficulty": { diff --git a/data/presets/fields/phone.json b/data/presets/fields/phone.json index d02f6cbb3..98717259c 100644 --- a/data/presets/fields/phone.json +++ b/data/presets/fields/phone.json @@ -3,6 +3,6 @@ "type": "tel", "icon": "telephone", "universal": true, - "label": "Phone", + "label": "Telephone", "placeholder": "+31 42 123 4567" -} \ No newline at end of file +} diff --git a/data/taginfo.json b/data/taginfo.json index e98c2b62a..4613ddeae 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -9799,7 +9799,7 @@ }, { "key": "phone", - "description": "Phone" + "description": "Telephone" }, { "key": "piste:difficulty", diff --git a/dist/locales/en.json b/dist/locales/en.json index 63ab351d0..5c1483d6f 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2277,7 +2277,7 @@ "placeholder": "1, 2, 3..." }, "phone": { - "label": "Phone", + "label": "Telephone", "placeholder": "+31 42 123 4567" }, "piste/difficulty": {