Skip to content

Commit 517829f

Browse files
authored
Merge pull request #312 from Pseudo-Lab/feat/getcloser/frontend/alert
chore(getcloser): change exceed retry count alert text
2 parents 4def025 + ba0df53 commit 517829f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getcloser/frontend/src/app/pages/Page4.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default function Page4() {
131131
if (error instanceof Error) {
132132
console.error(error.message);
133133
}
134-
alert('재도전 실패');
134+
alert('재도전 가능 횟수 초과! 새로운 팀원을 찾아 주세요.');
135135

136136
reset();
137137
setTeamId(0);

0 commit comments

Comments
 (0)