diff --git a/app/components/Recaptcha.vue b/app/components/Recaptcha.vue
index d786f6ba..f2a85afa 100644
--- a/app/components/Recaptcha.vue
+++ b/app/components/Recaptcha.vue
@@ -5,7 +5,7 @@ const { button_label, button_color, color } = defineProps({
button_label: {
type: String,
required: false,
- default: "Launch the app",
+ default: "Load the app",
},
button_color: {
type: String,
@@ -60,7 +60,7 @@ function submit() {
-
+
@@ -68,8 +68,27 @@ function submit() {
-
-
+
+
+
+