Skip to content

Commit

Permalink
feat: 탈퇴하기 Alert message 수정 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu authored Sep 25, 2024
1 parent dc507b3 commit 9a14959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extension AccountSettingFeature {
ButtonState(role: .cancel, action: .confirmWithdrawal, label: { TextState("탈퇴하기") })
ButtonState(role: .destructive, action: .dismiss, label: { TextState("계속 이용하기") })
},
message: { TextState("탈퇴 시 계정 복구가 어려워요.\n정말 탈퇴하시겠어요?") }
message: { TextState("탈퇴 시 48시간 동안 재가입이 불가능하며 계정 복구가 어려워요.\n정말 탈퇴하시겠어요?") }
))
return .none

Expand Down

0 comments on commit 9a14959

Please sign in to comment.