Skip to content

Commit 07195f3

Browse files
committed
[Chore] #202 - 어색한 로딩메세지 수정
1 parent ac403a6 commit 07195f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neki-iOS/Features/Archive/Sources/Presentation/Sources/View/AlbumSelectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct AlbumSelectionView: View {
2020
header
2121

2222
if store.isFetching && store.albums.isEmpty {
23-
LoadingView(message: "앨범에 추가하고 있어요.")
23+
LoadingView(message: "앨범을 불러오고 있어요.")
2424
} else {
2525
ScrollView {
2626
VStack(alignment: .leading, spacing: 20) {

0 commit comments

Comments
 (0)