Skip to content

Commit

Permalink
Design : Change words about RE-request alert
Browse files Browse the repository at this point in the history
  • Loading branch information
carboxaminoo committed Mar 12, 2024
1 parent 5319f76 commit 2667b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mz_v1_front/src/components/button/request_filled.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
});
if (response.ok) {
alert('재생성 요청했습니다.');
alert('제출된 정보로 재생성 요청했습니다.');
goto('/home');
}
else{
Expand Down

0 comments on commit 2667b75

Please sign in to comment.