Update email
This commit is contained in:
parent
da24ffe8db
commit
8c6b01cec2
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue