Skip to content

Commit

Permalink
fix: 방 생성 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chlwlstlf committed Dec 9, 2024
1 parent c50b9f5 commit 8c3e639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/roomForm/RoomFormLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const RoomFormLayout = ({ formType, roomId, data }: RoomFormLayoutProps) => {
onChange={() => handleInputChange("managerMemberRole", "BOTH")}
/>
<S.RadioLabel htmlFor="both">리뷰어, 리뷰이로 둘 다 참여</S.RadioLabel>
<S.HelpText>{MESSAGES.HELP.MANAGER_MEMBER_ROLE_INPUT}</S.HelpText>
<S.HelpText>{MESSAGES.HELP.MANAGER_MEMBER_ROLE_BOTH_INPUT}</S.HelpText>
</div>
<div>
<S.ContentRadioInput
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/constants/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ const SUCCESS_MESSAGES: Record<string, string> = {

const HELP_MESSAGES: Record<string, string> = {
REPOSITORY_LINK_INPUT: ".git 확장자가 아닌 링크를 넣어주세요.",
ISPUBLIC_YES_INPUT: "하나의 공용 레포지토리에 모두가 PR을 제출하는 형식이면 &apos;예&apos;",
ISPUBLIC_NO_INPUT:
"각자 개인 레포지토리로 PR을 제출하는 형식이면 &apos;아니요&apos;에 체크해주세요.",
ISPUBLIC_YES_INPUT: "하나의 공용 레포지토리에 모두가 PR을 제출하는 형식이면 '예'",
ISPUBLIC_NO_INPUT: "각자 개인 레포지토리로 PR을 제출하는 형식이면 '아니요'에 체크해주세요.",
MATCHING_SIZE_INPUT: "최소 1명, 최대 5명 가능해요.",
MANAGER_MEMBER_ROLE_BOTH_INPUT:
"상대방의 코드를 리뷰하면서 자신의 코드도 리뷰받고 싶은 경우 선택하세요.",
Expand Down

0 comments on commit 8c3e639

Please sign in to comment.