This commit is contained in:
CPSO 2020-08-09 17:23:19 +02:00
parent 38bd14a6ed
commit 0ef7bb82ce

View file

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