feat(Profile/sponsoring): show note for on-day cash donations
This commit is contained in:
parent
2d761ccd6d
commit
59cb42c336
@ -13,6 +13,7 @@
|
||||
"current_total_amount_in_eur": "Aktueller Gesamtbetrag (in €)",
|
||||
"delete_my_data": "Meine Daten löschen",
|
||||
"distance": "Distanz",
|
||||
"donation_on_event_day": "Am Lauftag kann Bargeld in unsere Spendenbox gespendet werden 💶",
|
||||
"download_certificate": "Urkunde herunterladen",
|
||||
"download_registrationcode": "Registrierungscode herunterladen",
|
||||
"e_mail_adress": "E-Mail Adresse",
|
||||
@ -66,6 +67,7 @@
|
||||
"registrierungscode_generiert": "Registrierungscode generiert!",
|
||||
"registrierungscode_wird_generiert": "Registrierungscode wird generiert...",
|
||||
"resend_the_registration_mail": "Login-Link anfordern",
|
||||
"spenden_info": "Spenden-Info",
|
||||
"sponsor_add_agree": "Mit dem Absenden bestätige ich, dass der Sponsor mit der Übermittlung seiner Daten einverstanden ist und ich dessen Berechtigung habe",
|
||||
"sponsoring": "Sponsoring",
|
||||
"sponsoring_pro_kilometer_in_eur": "Sponsoring pro Kilometer (in €)",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"current_total_amount_in_eur": "Current total amount (in €)",
|
||||
"delete_my_data": "Delete my data",
|
||||
"distance": "Distance",
|
||||
"donation_on_event_day": "On race day, cash can be donated to our donation box 💶",
|
||||
"download_certificate": "Download certificate",
|
||||
"download_registrationcode": "Download registrationcode",
|
||||
"e_mail_adress": "mail address",
|
||||
@ -66,6 +67,7 @@
|
||||
"registrierungscode_generiert": "created registration code!",
|
||||
"registrierungscode_wird_generiert": "creating registration code...",
|
||||
"resend_the_registration_mail": "Send me a login link",
|
||||
"spenden_info": "info for donations",
|
||||
"sponsor_add_agree": "By submitting, I confirm that the sponsor agrees to the transmission of his data and that I have his authorization",
|
||||
"sponsoring": "Sponsoring",
|
||||
"sponsoring_pro_kilometer_in_eur": "Sponsoring per Kilometer (in €)",
|
||||
|
@ -215,7 +215,29 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="state.activetab === 'sponsorings'" class="tab-content block">
|
||||
|
||||
<div
|
||||
class="bg-white border border-gray-200 rounded-lg shadow-lg p-4 dark:bg-neutral-800 dark:border-neutral-700 mt-2 font-medium"
|
||||
role="alert" tabindex="-1" aria-labelledby="hs-discovery-label">
|
||||
<div class="flex">
|
||||
<div class="shrink-0">
|
||||
<svg class="shrink-0 size-4 text-blue-600 mt-1" xmlns="http://www.w3.org/2000/svg" width="24"
|
||||
height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<path d="M12 16v-4"></path>
|
||||
<path d="M12 8h.01"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="ms-3">
|
||||
<h3 id="hs-discovery-label" class="text-gray-800 font-semibold dark:text-white">
|
||||
{{ $t('spenden_info') }}
|
||||
</h3>
|
||||
<p class="mt-2 text-sm text-gray-700 dark:text-neutral-400">
|
||||
{{ $t('donation_on_event_day') }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-4 w-full">
|
||||
<section class="dark:bg-gray-900 body-font">
|
||||
<div class="mx-auto">
|
||||
|
Loading…
x
Reference in New Issue
Block a user