Skip to content

Commit 13ec6b9

Browse files
committed
modify wikiLink property
1 parent 0db8827 commit 13ec6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
1919
and !indoor
2020
"""
2121
override val changesetComment = "Add whether defibrillator is inside building"
22-
override val wikiLink = "Tag:amenity=bicycle_parking"
22+
override val wikiLink = "Key:indoor"
2323
override val icon = R.drawable.ic_quest_bicycle_parking_cover
2424
override val isDeleteElementEnabled = true
2525
override val questTypeAchievements = listOf(BICYCLIST)

0 commit comments

Comments
 (0)