Found one not i18n'd string
This commit is contained in:
parent
d4e2c4d301
commit
2861f21fcc
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
{{ data.attributes.bornOrFormed }}
|
{{ data.attributes.bornOrFormed }}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="data.attributes.genreNames">
|
<div v-if="data.attributes.genreNames">
|
||||||
<h3>Genre</h3>
|
<h3>{{app.getLz('term.sortBy.genre')}}</h3>
|
||||||
{{ data.attributes.genreNames.join(', ') }}
|
{{ data.attributes.genreNames.join(', ') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue