aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorHenry <spam@hjkos.com>2018-12-03 19:22:39 +0000
committerHenry <spam@hjkos.com>2018-12-03 19:22:39 +0000
commit480f617c098c831e095a686abb319f4e467e15e4 (patch)
tree578c75a1c553258b445f996777c352f5f17b377d /src/components/notification/notification.vue
parentb851b8dd02e66399cf6ac4f5f1b1cae8e28e3c55 (diff)
parentc142f7b7b64ae1b4cc60340e2bbe43fe774bcd3b (diff)
Merge branch 'dev_vald_fe/be' into 'develop'
added tooltip See merge request pleroma/pleroma-fe!391
Diffstat (limited to 'src/components/notification/notification.vue')
-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 72c1ca69..13a5c0aa 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -17,7 +17,7 @@
<small>{{$t('notifications.favorited_you')}}</small>
</span>
<span v-if="notification.type === 'repeat'">
- <i class="fa icon-retweet lit"></i>
+ <i class="fa icon-retweet lit" :title="$t('tool_tip.repeat')"></i>
<small>{{$t('notifications.repeated_you')}}</small>
</span>
<span v-if="notification.type === 'follow'">