fix typo
This commit is contained in:
parent
b270a5d56a
commit
324203216a
@ -65,8 +65,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
<i class="bi bi-x-square me-1"></i>
|
<i class="bi bi-x-square me-1"></i>
|
||||||
nein
|
nein
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
class="ms-3"
|
class="ms-3"
|
||||||
v-if="profile.availability_status && profile.availability_hours_per_week">
|
v-if="profile.availability_status && profile.availability_hours_per_week">
|
||||||
({{ profile.availability_hours_per_week }} Stunden pro Woche)
|
({{ profile.availability_hours_per_week }} Stunden pro Woche)
|
||||||
</span>
|
</span>
|
||||||
@ -101,7 +101,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
{{ profile.freetext }}
|
{{ profile.freetext }}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="profile.volunteerwork" class="lh-base">
|
<div v-if="profile.volunteerwork" class="lh-base">
|
||||||
<h5>Ehrentamtliche Arbeit</h5>
|
<h5>Ehrenamtliche Arbeit</h5>
|
||||||
{{ profile.volunteerwork }}
|
{{ profile.volunteerwork }}
|
||||||
</div>
|
</div>
|
||||||
</Section>
|
</Section>
|
||||||
|
Loading…
Reference in New Issue
Block a user