Skip to content

Commit 477bd2c

Browse files
authored
Merge pull request #37 from Leafly-app/refact/#34
♻️ refact : 서재 상태 enum 표현 수정
2 parents 63999b1 + fb5c31a commit 477bd2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/hansung/leafly/domain/library/entity/enums/LibraryStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@RequiredArgsConstructor
77
public enum LibraryStatus {
8-
WANT_TO_READ("읽고 싶음"),
8+
WANT_TO_READ("읽고 싶어요"),
99
DONE("완독");
1010

1111
private final String value;

0 commit comments

Comments
 (0)