Use french quotation marks
This commit is contained in:
parent
31db223661
commit
1d5bd24571
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue