aboutsummaryrefslogtreecommitdiff
path: root/src/components/interactions
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/interactions')
-rw-r--r--src/components/interactions/interactions.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue
index 751e5d40..5a204ca7 100644
--- a/src/components/interactions/interactions.vue
+++ b/src/components/interactions/interactions.vue
@@ -9,9 +9,9 @@
ref="tabSwitcher"
:onSwitch="onModeSwitch"
>
- <span data-tab-dummy data-filter="mentions" :label="$t('MENTIONS')"/>
- <span data-tab-dummy data-filter="likes+repeats" :label="$t('LIKES AND REPEATS')"/>
- <span data-tab-dummy data-filter="follows" :label="$t('FOLLOWS')"/>
+ <span data-tab-dummy data-filter="mentions" :label="$t('nav.mentions')"/>
+ <span data-tab-dummy data-filter="likes+repeats" :label="$t('interactions.favs_repeats')"/>
+ <span data-tab-dummy data-filter="follows" :label="$t('interactions.follows')"/>
</tab-switcher>
<Notifications
ref="notifications"