diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 2af4af22..23157a51 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -65,12 +65,16 @@
v-else
class="username"
:title="'@'+notification.from_profile.screen_name_ui"
- >{{ notification.from_profile.name }}
+ >
+ {{ notification.from_profile.name }}
+
+ {{ ' ' }}
+ {{ ' ' }}
{{ $t('notifications.favorited_you') }}
@@ -79,6 +83,7 @@
icon="retweet"
:title="$t('tool_tip.repeat')"
/>
+ {{ ' ' }}
{{ $t('notifications.repeated_you') }}
@@ -86,6 +91,7 @@
class="type-icon"
icon="user-plus"
/>
+ {{ ' ' }}
{{ $t('notifications.followed_you') }}
@@ -93,6 +99,7 @@
class="type-icon"
icon="user"
/>
+ {{ ' ' }}
{{ $t('notifications.follow_request') }}
@@ -100,6 +107,7 @@
class="type-icon"
icon="suitcase-rolling"
/>
+ {{ ' ' }}
{{ $t('notifications.migrated_to') }}