Skip to content

Commit

Permalink
Changed error msgs + plausible link (#128)
Browse files Browse the repository at this point in the history
* änderungen des Namens und hinzufügen der aktuellen smallTexts.yaml

* update smallTexts

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix name writing of new association

* Add Alt

* New email / website addresses in error / plausible

---------

Co-authored-by: florian <f@f-kleinicke.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 23, 2024
1 parent 213f5f9 commit 6347b55
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/#-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 6347b55

Please # to comment.