Übersetzungen
This commit is contained in:
parent
91940ab711
commit
afcca75c82
|
|
@ -91,7 +91,15 @@ const frontendUrl = computed(() => {
|
|||
class="text-gray-900"
|
||||
: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>
|
||||
|
||||
<ItProgress :status-count="progressStatusCount" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue