Skip to content

Commit

Permalink
Initial alert
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmpk committed Jan 23, 2024
1 parent 1727414 commit a567b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/form/bounty/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function Form(props: FormProps) {
);
const onClickHandler = () => {
if (!isOnline) {
alert("No internet connection. Please try again later.");
alert("Bounty Failed, No internet connection. ");
return;
}

Expand Down

0 comments on commit a567b23

Please sign in to comment.