Skip to content

Commit

Permalink
[Feat/#108] StringLiteral - 알람 부분 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-seonwoo committed Jan 18, 2024
1 parent 84c52b8 commit 4645422
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HMH_iOS/HMH_iOS/Global/Literals/String/String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@ enum StringLiteral {
enum AlertTitle {
static let logout = "하면함을 로그아웃 하시겠어요?"
static let quit = "정말 하면함을 탈퇴 하시겠어요?"
static let push = "을(를)\n삭제하시겠어요?"
static let push = "을(를)\n계속 사용하시겠어요?"
static let challenge = "새로운 챌린지 생성 완료"
static let delete = "을(를)\n삭제하시겠어요?"
}

enum AlertDescription {
static let quit = "회원탈퇴 후 유저 정보는 30일 동안\n임시보관되며, 이후 영구 삭제됩니다"
static let push = "집계되고 있던 앱의 사용 시간은\n총 사용 시간에서도 차감돼요"
static let push = "사용 시간을 연장하면\n챌린지를 실패해요"
static let challenge = "블랙홀 탈출을 위한\n새로운 여정을 시작해 보아요"
static let delete = "집계되고 있던 앱의 사용 시간은\n총 사용 시간에서도 차감돼요"
}

enum OnboardingButton {
Expand Down

0 comments on commit 4645422

Please sign in to comment.