mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Rename Suggested Hashtags field to just Hashtags
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
@@ -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"}},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "hashtags",
|
||||
"type": "semiCombo",
|
||||
"label": "Suggested Hashtags",
|
||||
"label": "Hashtags",
|
||||
"placeholder": "#example"
|
||||
}
|
||||
|
||||
+1
-1
@@ -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"},
|
||||
|
||||
Vendored
+1
-1
@@ -3357,7 +3357,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"hashtags": {
|
||||
"label": "Suggested Hashtags",
|
||||
"label": "Hashtags",
|
||||
"placeholder": "#example"
|
||||
},
|
||||
"healthcare": {
|
||||
|
||||
Reference in New Issue
Block a user