Update email

This commit is contained in:
Christian Cueni 2023-12-28 12:30:25 +01:00
parent da24ffe8db
commit 8c6b01cec2
3 changed files with 7 additions and 3 deletions

View File

@ -37,7 +37,9 @@ const { data, error } = useCSRFFetch(
) )
}} }}
<div> <div>
<a class="underline" href="mailto:help@vbv.ch">help@vbv.ch</a> <a class="underline" href="mailto:vermittler@vbv-afa.ch">
vermittler@vbv-afa.ch
</a>
</div> </div>
<div v-if="error.message" class="my-4"> <div v-if="error.message" class="my-4">
{{ $t("a.Fehlermeldung") }}: {{ error.message }} {{ $t("a.Fehlermeldung") }}: {{ error.message }}

View File

@ -43,7 +43,7 @@ const courseSessionName = ref("");
" "
> >
<template #support> <template #support>
<a class="underline" href="mailto:help@vbv.ch">Support</a> <a class="underline" href="mailto:uek-support@vbv-afa.ch">Support</a>
</template> </template>
</i18next> </i18next>
</p> </p>

View File

@ -236,7 +236,9 @@ const executePayment = () => {
{{ {{
$t("a.Fehler bei der Zahlung. Bitte versuche es erneut oder kontaktiere uns") $t("a.Fehler bei der Zahlung. Bitte versuche es erneut oder kontaktiere uns")
}}: }}:
<a href="mailto:help@vbv.ch" class="underline">help@vbv.ch</a> <a href="mailto:vermittler@vbv-afa.ch" class="underline">
vermittler@vbv-afa.ch@vbv.ch
</a>
</p> </p>
<h3 class="mb-4 mt-10">{{ $t("a.Adresse") }}</h3> <h3 class="mb-4 mt-10">{{ $t("a.Adresse") }}</h3>