This commit is contained in:
CPSO 2020-08-09 17:22:07 +02:00
parent a2fbc43705
commit 38bd14a6ed

View file

@ -8,7 +8,9 @@
<h1 class="title is-3">{{ $t("Modules.About.TranslationBetaTestersTitle") }}</h1>
<h2 class="subtitle">{{ $t("Modules.About.TranslationBetaTestersText") }}</h2>
<div>
<span v-for="po in poTranslators" :key="po.name">{{ po.name }} </span>
<span v-for="(po) in poTranslators" :key="po.name">
{{ po.name }} </span>
</div>
<br>
<h1 class="title is-5">{{ $t("Modules.About.PlexPoCredits") }}</h1>