diff --git a/src/routes/blog/[slug]/+page.svelte b/src/routes/blog/[slug]/+page.svelte index 9cb2e189..024cab73 100644 --- a/src/routes/blog/[slug]/+page.svelte +++ b/src/routes/blog/[slug]/+page.svelte @@ -8,7 +8,7 @@ onMount(async () => { const response = await fetch( - `https://plausible.io/api/v1/stats/aggregate?site_id=studenten-bilden-schueler.de&period=6mo&filters=event:page==${data.post.slug}`, + `https://plausible.io/api/v1/stats/aggregate?site_id=studytutors.de&period=6mo&filters=event:page==${data.post.slug}`, { headers: { Authorization: `Bearer ${import.meta.env.VITE_PLAUSIBLE_API_KEY}`, diff --git a/src/signup-form/us/messages.yml b/src/signup-form/us/messages.yml index 8b0fd8d2..21dd33c0 100644 --- a/src/signup-form/us/messages.yml +++ b/src/signup-form/us/messages.yml @@ -4,11 +4,11 @@ submitSuccess: submitError: title: 😢 - note: An error has occurred. Your registration could not be sent successfully. Please click on Submit again or contact [it@studenten-bilden-schueler.de](mailto:it@studenten-bilden-schueler.de?subject=Problem%20mit%20Anmeldeformular) with your name and your chapter. + note: An error has occurred. Your registration could not be sent successfully. Please click on Submit again or contact [it@studytutors.de](mailto:it@studytutors.de?subject=Problem%20mit%20Anmeldeformular) with your name and your chapter. submit: title: Submit registration - note: You will receive a confirmation email from us within a minute. If not, maybe something was wrong with your email address. In this case, please send us a short email to and we will correct your registration. + note: You will receive a confirmation email from us within a minute. If not, maybe something was wrong with your email address. In this case, please send us a short email to and we will correct your registration. errMsg: required: This field is required