Skip to content

Commit

Permalink
New email / website addresses in error / plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler committed Feb 22, 2024
1 parent 68fe25d commit 624ebcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/blog/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down
4 changes: 2 additions & 2 deletions src/signup-form/us/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <it@studenten-bilden-schueler.de> 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 <it@studytutors.de> and we will correct your registration.

errMsg:
required: This field is required

0 comments on commit 624ebcf

Please sign in to comment.