Skip to content

Commit d771a05

Browse files
committed
resolved conflicts
1 parent 26ce95e commit d771a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/quests/CrossingIsland/CrossingIslandForm.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct CrossingIslandForm: View, QuestForm {
2222
QuestionHeader(icon: Image("ic_quest_pedestrian_crossing_island"),
2323
title: LocalizedStrings.questPedestrianCrossingIsland.localized,
2424
subtitle: "Unmarked Crossing")
25-
YesNoView(action: { answer in
25+
YesNoView(actionBtnLabel: LocalizedStrings.cantSay.localized, action: { answer in
2626
self.selectedAnswer = answer
2727
if answer == .yes || answer == .no {
2828
self.isShowingAreYouSure.toggle()

0 commit comments

Comments
 (0)