diff --git a/data/presets.yaml b/data/presets.yaml index 715d53e69..3e2c16943 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -931,7 +931,7 @@ en: terms: '[translate with synonyms or related terms for ''Handrail'', separated by commas]' hashtags: # hashtags=* - label: Suggested Hashtags + label: Hashtags # hashtags field placeholder placeholder: '#example' healthcare: diff --git a/data/presets/fields.json b/data/presets/fields.json index d19d651a7..5b9335b9c 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -169,7 +169,7 @@ "guest_house": {"key": "guest_house", "type": "combo", "label": "Type"}, "handicap": {"key": "handicap", "type": "number", "label": "Handicap", "placeholder": "1-18"}, "handrail": {"key": "handrail", "type": "check", "label": "Handrail"}, - "hashtags": {"key": "hashtags", "type": "semiCombo", "label": "Suggested Hashtags", "placeholder": "#example"}, + "hashtags": {"key": "hashtags", "type": "semiCombo", "label": "Hashtags", "placeholder": "#example"}, "healthcare": {"key": "healthcare", "type": "typeCombo", "label": "Type"}, "healthcare/speciality": {"key": "healthcare:speciality", "type": "semiCombo", "reference": {"key": "healthcare"}, "label": "Specialties"}, "height_building": {"key": "height", "minValue": 0, "type": "number", "label": "Building Height (Meters)", "prerequisiteTag": {"key": "building", "valueNot": "no"}}, diff --git a/data/presets/fields/hashtags.json b/data/presets/fields/hashtags.json index 26c31cbe7..d3045507c 100644 --- a/data/presets/fields/hashtags.json +++ b/data/presets/fields/hashtags.json @@ -1,6 +1,6 @@ { "key": "hashtags", "type": "semiCombo", - "label": "Suggested Hashtags", + "label": "Hashtags", "placeholder": "#example" } diff --git a/data/taginfo.json b/data/taginfo.json index aa7633daf..c525e229a 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1485,7 +1485,7 @@ {"key": "guest_house", "description": "🄵 Type"}, {"key": "handicap", "description": "🄵 Handicap"}, {"key": "handrail", "description": "🄵 Handrail"}, - {"key": "hashtags", "description": "🄵 Suggested Hashtags"}, + {"key": "hashtags", "description": "🄵 Hashtags"}, {"key": "healthcare:speciality", "description": "🄵 Specialties"}, {"key": "height", "description": "🄵 Building Height (Meters), 🄵 Height (Meters)"}, {"key": "highspeed", "description": "🄵 High-Speed"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index b719aa80c..fd60cd36a 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3357,7 +3357,7 @@ "terms": "" }, "hashtags": { - "label": "Suggested Hashtags", + "label": "Hashtags", "placeholder": "#example" }, "healthcare": {