-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc3f96c
commit c36133b
Showing
11 changed files
with
47 additions
and
13 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export const MODAL = { | ||
ALERT_NICKNAME: `생성 완료 시 필명 변경이 불가합니다. \n계속 하시겠습니까?`, | ||
}; |
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const MODAL = { | ||
ALERT_GROUP_LIMIT: `글모임은 최대 5개까지 가입할 수 있습니다.`, | ||
}; | ||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const MODAL = { | ||
ALERT_NICKNAME: `가입 완료 시 필명 변경이 불가합니다. \n계속 하시겠습니까?`, | ||
ALERT_GROUP_LIMIT: `글모임은 최대 5개까지 가입할 수 있습니다.`, | ||
}; |
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const MODAL = { | ||
POST_DELETE: `정말로 삭제하시겠어요?`, | ||
POST_EDIT: `정말로 수정하시겠어요?`, | ||
}; |
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const MODAL = { | ||
TEMP_SAVE: `임시저장 하시겠습니까?`, | ||
POST_CONTENT: `제출이 완료되었습니다`, | ||
PUT_NEW_TEMP_SAVE_CONTENT: `이미 임시저장된 글이 있습니다. \n덮어쓰시겠습니까?`, | ||
EDIT_CONTENT: `수정이 완료되었습니다.`, | ||
EXIT_EDIT_PAGE: `작성 중이 글이 있습니다. \n 페이지를 나가시겠습니까?`, | ||
TEMP_CONTINUE: `임시 저장된 글을 계속 이어 쓸까요?`, | ||
}; | ||
|