Skip to content

Commit

Permalink
[#501] Web: Update alert capatalisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-stacey committed Sep 10, 2019
1 parent 0fa9b56 commit 56cac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/web/src/components/submit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function Submit(props: SubmitProps) {
},
}).then(function(res: Response) {
if (res.status === 200) {
alert('Successfully Submited!');
alert('Successfully submited!');
return res.json();
} else {
alert('Failed with status: ' + res.status);
Expand Down

0 comments on commit 56cac52

Please sign in to comment.