Skip to content

Commit 0f10147

Browse files
authored
Merge pull request #160 from SOPT-all/feat/#159-QAjuri
chore: #159 문구 변경 반영
2 parents 151d7fe + f777d40 commit 0f10147

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Spoony-iOS/Spoony-iOS/Source/Feature/Explore/ExploreCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct ExploreCell: View {
3434
HStack(alignment: .bottom, spacing: 4) {
3535
Text(feed.userName)
3636
.customFont(.body2b)
37-
Text("\(feed.userRegion) 수저")
37+
Text("서울시 \(feed.userRegion) 수저")
3838
.customFont(.caption2m)
3939
.foregroundStyle(.gray500)
4040
}

Spoony-iOS/Spoony-iOS/Source/Feature/Report/Report.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ struct Report: View {
7979
title: "신고하기",
8080
disabled: $isDisabled
8181
) {
82+
hideKeyboard()
8283
Task {
8384
try await store.postReport(postId: 1, description: text)
8485
navigationManager.popup = .reportSuccess(action: {
@@ -142,7 +143,7 @@ extension Report {
142143
HStack(alignment: .top, spacing: 10) {
143144
Image(.icErrorGray300)
144145

145-
Text("스푸니는 철저한 광고 제한 정책과 모니터링을 실시하고 있어요. 부적절한 후기 작성자를 발견하면, '수저 뺏기'로 그들의 수저를 빼앗아 주세요!")
146+
Text("스푸니는 철저한 광고 제한 정책과 모니터링을 실시하고 있어요. 부적절한 후기 작성자를 발견하면, 바로 신고해주세요!")
146147
.customFont(.caption1m)
147148
.foregroundStyle(.gray400)
148149
}

0 commit comments

Comments
 (0)