Use french quotation marks

This commit is contained in:
Ramon Wenger 2024-11-18 17:53:29 +01:00
parent 31db223661
commit 1d5bd24571
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ const formattedCourseDueDate = computed(() => {
<div class="flex flex-col justify-between gap-8 bg-white py-6">
<div class="flex flex-col gap-2 px-6">
<h3 class="pb-1 text-4xl font-bold">{{ $t("a.Präsenzkurs") }}</h3>
<h5>Circle "{{ currentCourse?.learning_content.circle?.title }}"</h5>
<h5>Circle «{{ currentCourse?.learning_content.circle?.title }}»</h5>
<h5>{{ formattedCourseDueDate }}</h5>
</div>
<div class="px-6">