diff --git a/public/index.html b/public/index.html
index 0560f40..52cd36b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-
React App
+ UpSkillMe
diff --git a/src/components/add-event-form/EventForm.js b/src/components/add-event-form/EventForm.js
index 644a139..f78b522 100644
--- a/src/components/add-event-form/EventForm.js
+++ b/src/components/add-event-form/EventForm.js
@@ -183,7 +183,7 @@ export default function EventForm({
setDataRefresh(true);
});
- alert("This form was submitted");
+ alert("Well done, you've added your skill block!");
e.preventDefault();
};