Skip to content

Commit

Permalink
Use correct answer label in AddParcelLockerMailInForm.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mpol authored and westnordost committed Jul 9, 2024
1 parent ca52c9a commit 437d429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AddParcelLockerMailInForm : AbstractOsmQuestForm<ParcelLockerMailIn>() {
)

override val otherAnswers get() = listOf(
AnswerItem(R.string.quest_wheelchairAccessPat_noToilet) {
AnswerItem(R.string.quest_parcel_locker_mail_in_answer_returns_only) {
applyAnswer(ParcelLockerMailIn.RETURNS_ONLY)
}
)
Expand Down

0 comments on commit 437d429

Please sign in to comment.