aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-25 13:25:42 +0300
committerHenry Jameson <me@hjkos.com>2021-04-25 13:25:42 +0300
commit9e8513b3129b4e7ae22906522418e04aa3db5235 (patch)
treede31c275e382fb74a32b234bd9a9cbde41163bb5 /src/components/notification
parent52835cf8bf180832c1f193fd95f1906404f8f798 (diff)
i18n fixes
Diffstat (limited to 'src/components/notification')
-rw-r--r--src/components/notification/notification.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 0081dee4..cafa1e79 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -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>