Skip to content

Commit 5fe2b81

Browse files
committed
modify getTitle function
1 parent f043440 commit 5fe2b81

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
@@ -24,7 +24,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
2424
override val isDeleteElementEnabled = true
2525
override val questTypeAchievements = listOf(LIFESAVER)
2626

27-
override fun getTitle(tags: Map<String, String>) = R.string.quest_bicycleParkingCoveredStatus_title
27+
override fun getTitle(tags: Map<String, String>) = R.string.quest_is_defibrillator_inside_title
2828

2929
override fun getHighlightedElements(element: Element, getMapData: () -> MapDataWithGeometry) =
3030
getMapData().filter("nodes, ways with amenity = bicycle_parking")

0 commit comments

Comments
 (0)