Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat [#178] 한 줄 소개 관련 안내글 수정 #180

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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