From 95be9d601545cab0555114c6c3bab28b9da78b47 Mon Sep 17 00:00:00 2001 From: SpliiT Date: Fri, 17 Apr 2026 11:25:17 +0200 Subject: [PATCH 1/2] fix(LoadApp): Change Launch to Load --- app/components/Recaptcha.vue | 39 +++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/app/components/Recaptcha.vue b/app/components/Recaptcha.vue index d786f6ba..07fd3e7a 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, @@ -55,12 +55,17 @@ function submit() { - + - + @@ -68,8 +73,32 @@ function submit() { - - + + + + From c972d8bb1873cced37d9759f386bd240a59b9456 Mon Sep 17 00:00:00 2001 From: SpliiT <106495600+SpliiT@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:48:59 +0000 Subject: [PATCH 2/2] Apply prepare changes --- app/components/Recaptcha.vue | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/app/components/Recaptcha.vue b/app/components/Recaptcha.vue index 07fd3e7a..f2a85afa 100644 --- a/app/components/Recaptcha.vue +++ b/app/components/Recaptcha.vue @@ -55,12 +55,7 @@ function submit() { - + @@ -74,12 +69,7 @@ function submit() { - +