aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-29 00:02:02 +0300
committerHenry Jameson <me@hjkos.com>2022-03-29 00:02:02 +0300
commit650e69c33683b34e002f5fdc698ceb384baf059b (patch)
treefe1abff37f26fde0be89d95860d24e4adb16b1c6 /src/components/notification
parentf21dc21a83cbcf4c502b8fbf56cabac797a0b9da (diff)
fix misc warnings
Diffstat (limited to 'src/components/notification')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 23157a51..d77b2f57 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -112,7 +112,7 @@
</span>
<span v-if="notification.type === 'pleroma:emoji_reaction'">
<small>
- <i18n-t keypath="notifications.reacted_with">
+ <i18n-t scope="global" keypath="notifications.reacted_with">
<span class="emoji-reaction-emoji">{{ notification.emoji }}</span>
</i18n-t>
</small>