Skip to content

Commit

Permalink
[fix] #53 call type 워딩 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Jan 18, 2024
1 parent d0f4f26 commit 4a3f72a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@AllArgsConstructor(access = AccessLevel.PRIVATE)
@Getter
public enum CallType implements EnumField {
OUTSIDE("1", "밖에서"),
INSIDE("2", "안에서"),
OUTSIDE("1", "통화는 밖에서"),
INSIDE("2", "5분 이내는 안에서"),
ANYWAY("3", "상관없음");

private final String code;
Expand Down

0 comments on commit 4a3f72a

Please sign in to comment.