Skip to content

Commit cb0c0bd

Browse files
committed
[#358] QuestionButton Title 업데이트
1 parent 1413f4c commit cb0c0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Qapple/Qapple/SourceCode/Entity/QuestionState.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ enum QuestionState: Codable {
4040
/// 질문 및 답변 여부에 따라 변화하는 버튼 문자열
4141
func buttonTitle(isAnswerd: Bool) -> String {
4242
switch self {
43-
case .creating: isAnswerd ? "다른 답변 둘러보기" : "답변하기"
43+
case .creating: isAnswerd ? "둘러보기" : "답변하기"
4444
case .ready: "답변하기"
45-
case .complete: "다른 답변 둘러보기"
45+
case .complete: "둘러보기"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)