diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt index d857d28643..a1a5f492b2 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt @@ -19,7 +19,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType() { and !indoor """ override val changesetComment = "Add whether defibrillator is inside building" - override val wikiLink = "Tag:amenity=bicycle_parking" + override val wikiLink = "Key:indoor" override val icon = R.drawable.ic_quest_bicycle_parking_cover override val isDeleteElementEnabled = true override val questTypeAchievements = listOf(BICYCLIST)