Übersetzungen

This commit is contained in:
Daniel Egger 2024-05-23 14:01:46 +02:00
parent 91940ab711
commit afcca75c82
1 changed files with 9 additions and 1 deletions

View File

@ -91,7 +91,15 @@ const frontendUrl = computed(() => {
class="text-gray-900" class="text-gray-900"
:data-cy="`certificate-${competenceCertificate.slug}-grade-percent`" :data-cy="`certificate-${competenceCertificate.slug}-grade-percent`"
> >
{{ $t("a.Ungerundete Note") }}: {{ userGradeRounded2Places }} {{ $t("a.Ungerundete Note") }}: {{ userGradeRounded2Places }}.
<a
:href="$t('a.wegleitungUkUrl')"
target="_blank"
rel="noopener noreferrer"
class="underline"
>
{{ $t("a.Wegleitung üK") }}
</a>
</div> </div>
<ItProgress :status-count="progressStatusCount" /> <ItProgress :status-count="progressStatusCount" />