Skip to content

Commit

Permalink
Merge pull request #18 from LIKELION-TEAM4-HACKATHON/feature/login
Browse files Browse the repository at this point in the history
gender enum 한글 변경함
  • Loading branch information
chaeyoungeee authored Jul 23, 2024
2 parents 718c45c + 8ff118d commit 1888725
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 1888725

Please sign in to comment.