Found one not i18n'd string

This commit is contained in:
Maikiwi 2022-01-26 21:52:05 -08:00
parent d4e2c4d301
commit 2861f21fcc

View file

@ -128,7 +128,7 @@
{{ data.attributes.bornOrFormed }}
</div>
<div v-if="data.attributes.genreNames">
<h3>Genre</h3>
<h3>{{app.getLz('term.sortBy.genre')}}</h3>
{{ data.attributes.genreNames.join(', ') }}
</div>
</div>