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": {