-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore-fe: 에러 페이지의 크루루 이메일 오타 수정 (#537)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kim Da Eun <[email protected]>
- Loading branch information
1 parent
0adc02f
commit e6b645b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ const ErrorMessages: Record<number | string, ErrorMessageConfig> = { | |
403: { | ||
title: '접근이 제한되었습니다.', | ||
description: | ||
'이 페이지에 접근할 수 있는 권한이 없습니다. 올바른 권한이 있는지 확인해 주세요.\n혹시 문제가 계속된다면, [email protected]으로 문의해 주세요.', | ||
'이 페이지에 접근할 수 있는 권한이 없습니다. 올바른 권한이 있는지 확인해 주세요.\n혹시 문제가 계속된다면, cruru.dev@gmail.com으로 문의해 주세요.', | ||
buttons: [ | ||
{ | ||
label: '이전 페이지로 돌아가기', | ||
|
@@ -60,7 +60,7 @@ const ErrorMessages: Record<number | string, ErrorMessageConfig> = { | |
500: { | ||
title: '서버에 문제가 발생했습니다.', | ||
description: | ||
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 crurur@gmail.com으로 문의해 주세요.', | ||
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 cruru.dev@gmail.com으로 문의해 주세요.', | ||
buttons: [ | ||
{ | ||
label: '이전 페이지로 돌아가기', | ||
|
@@ -72,7 +72,7 @@ const ErrorMessages: Record<number | string, ErrorMessageConfig> = { | |
default: { | ||
title: '알 수 없는 오류가 발생했습니다.', | ||
description: | ||
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 crurur@gmail.com으로 문의해 주세요.', | ||
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 cruru.dev@gmail.com으로 문의해 주세요.', | ||
buttons: [ | ||
{ | ||
label: '이전 페이지로 돌아가기', | ||
|