Skip to content

Commit

Permalink
[Fix] #178 - 온보딩 한 줄 소개 String 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonsu0-0 committed Apr 24, 2024
1 parent 0a19e71 commit c879d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DontBe-iOS/DontBe-iOS/Global/Literals/StringLiterals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ enum StringLiterals {

enum Onboarding {
static let placeHolder = "한 문장으로 소개를 남겨주세요!"
static let information = "설정한 닉네임, 한 줄 소개는 설정에서 변경 가능해요!\n작성한 한 줄 소개는 게시글로 업로드 돼요."
static let information = "작성한 첫 인사는 한 줄 소개뿐만 아니라\n게시글로 함께 업로드돼요."
}

enum Button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ final class OnboardingEndingViewModel: ViewModelType {
if statusCode == 200 {
publisher.send("start")
}
_ = try await self.postWriteContentAPI(inroduction: value)
} catch {
print(error)
}
Expand Down

0 comments on commit c879d66

Please sign in to comment.