We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ab5c9 commit 1672f0aCopy full SHA for 1672f0a
1 file changed
Neki-iOS/Features/Archive/Sources/Presentation/Sources/View/AlbumSelectionView.swift
@@ -20,7 +20,7 @@ struct AlbumSelectionView: View {
20
header
21
22
if store.isFetching && store.albums.isEmpty {
23
- LoadingView(message: "앨범에 추가하고 있어요.")
+ LoadingView(message: "앨범을 불러오고 있어요.")
24
} else {
25
ScrollView {
26
VStack(alignment: .leading, spacing: 20) {
0 commit comments