Skip to content

Commit

Permalink
[Feat] #62 - String Literals 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Heyjooo committed Jan 14, 2024
1 parent 39cdc3a commit e505347
Showing 1 changed file with 1 addition 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

0 comments on commit e505347

Please sign in to comment.