mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
line fix
This commit is contained in:
parent
38bd14a6ed
commit
0ef7bb82ce
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue