Skip to content

Commit

Permalink
refactor: gender enum 한글 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyoungeee committed Jul 23, 2024
1 parent edbdb2a commit 8ff118d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/likelion/MZConnent/domain/member/Gender.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@Slf4j
@RequiredArgsConstructor
public enum Gender {
MALE("남성"),
FEMALE("여성");
MALE("남자"),
FEMALE("여자");

private final String name;

Expand Down

0 comments on commit 8ff118d

Please sign in to comment.