forked from nutomic/joinpeertube
[faq] Fix duplicate text
This commit is contained in:
parent
2e38b5b77e
commit
4a0355b7bb
2 changed files with 2655 additions and 2655 deletions
|
@ -33,7 +33,7 @@
|
|||
<li v-html="$t('faq.prez.libre.list[2]')"></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="panel-body" v-else>
|
||||
<div class="panel-body" v-if="!/(pros|libre)/.test(key)">
|
||||
<p
|
||||
v-for="(p, index) in $t('faq.prez.' + key + '.text')"
|
||||
v-html="$t('faq.prez.' + key + '.text[' + index + ']')"
|
||||
|
|
5308
package-lock.json
generated
5308
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue