Fix translation key (#2098)

Backport from #2094
This commit is contained in:
qwerty287
2023-08-03 17:15:50 +02:00
committed by GitHub
parent 64143599f1
commit d3965faae9

View File

@@ -10,7 +10,7 @@
<Tooltip>
<span>{{ since }}</span>
<template #popper
><span class="font-bold">{{ $t('created') }}</span> {{ created }}</template
><span class="font-bold">{{ $t('repo.pipeline.created') }}</span> {{ created }}</template
>
</Tooltip>
</div>