fix(i18n): Allowed translating "No posts here" text (#3016)
This commit is contained in:
parent
2f3fe82593
commit
83fce5d8a1
3 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,7 @@ const showOriginSite = computed(() =>
|
|||
{{ $t('menu.open_in_original_site') }}
|
||||
</NuxtLink>
|
||||
</template>
|
||||
<span v-else-if="items.length === 0">No posts here!</span>
|
||||
<span v-else-if="items.length === 0">{{ $t('timeline.no_posts') }}</span>
|
||||
</div>
|
||||
</template>
|
||||
</CommonPaginator>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue