Skip to content

Commit

Permalink
fix: label의 이름을 행사이름 -> 이름 으로 변경 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha authored Jan 22, 2025
1 parent ba74e4e commit ececd32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const EditUserNicknamePage = () => {
</Top>
<form onSubmit={event => onSubmit(event)}>
<Input
labelText="행사 이름"
labelText="이름"
errorText={errorMessage ?? ''}
value={name}
type="text"
Expand Down

0 comments on commit ececd32

Please sign in to comment.