Skip to content

Commit

Permalink
fix :: 학교코드 입력 설명란 텍스트
Browse files Browse the repository at this point in the history
  • Loading branch information
HongSJae committed Mar 6, 2023
1 parent 37ab188 commit 4c7be36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct SchoolCodeView: View {
VStack(spacing: 24) {
DMSPassCodeView(codeCount: 8, text: $viewModel.schoolCode)

Text(viewModel.isErrorOcuured ? viewModel.errorMessage : "이메일로 전송된 인증코드 8자리를 입력해주세요.")
Text(viewModel.isErrorOcuured ? viewModel.errorMessage : "소속된 학교의 인증코드 8자리를 입력해주세요.")
.dmsFont(.body(.body3), color: viewModel.isErrorOcuured ? .System.error : .GrayScale.gray5)
}
.padding(.top, 56)
Expand Down
Binary file not shown.

0 comments on commit 4c7be36

Please sign in to comment.