i18n fixes

This commit is contained in:
Henry Jameson 2021-04-25 13:25:42 +03:00
parent 52835cf8bf
commit 9e8513b312
4 changed files with 12 additions and 12 deletions

View file

@ -101,9 +101,9 @@
</span>
<span v-if="notification.type === 'pleroma:emoji_reaction'">
<small>
<i18n path="notifications.reacted_with">
<i18n-t keypath="notifications.reacted_with">
<span class="emoji-reaction-emoji">{{ notification.emoji }}</span>
</i18n>
</i18n-t>
</small>
</span>
</div>