We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63999b1 + fb5c31a commit 477bd2cCopy full SHA for 477bd2c
1 file changed
src/main/java/com/hansung/leafly/domain/library/entity/enums/LibraryStatus.java
@@ -5,7 +5,7 @@
5
6
@RequiredArgsConstructor
7
public enum LibraryStatus {
8
- WANT_TO_READ("읽고 싶음"),
+ WANT_TO_READ("읽고 싶어요"),
9
DONE("완독");
10
11
private final String value;
0 commit comments