Fix render escaped l10n
This commit is contained in:
parent
298dfc1064
commit
2f9ded7646
|
|
@ -102,7 +102,7 @@
|
||||||
</previewer>
|
</previewer>
|
||||||
<div v-else class="box">
|
<div v-else class="box">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title" v-t="'user.player.player-info'"></h3>
|
<h3 class="box-title" v-html="$t('user.player.player-info')"></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div id="preview-2d">
|
<div id="preview-2d">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user