diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-03 22:42:43 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-04 00:45:31 +0530 |
| commit | c40bda7c2aaf480402a231e26b437cff84730b77 (patch) | |
| tree | 94b102cce5e035a9fb2be495c935cad60baa3217 /src/components/notification/notification.vue | |
| parent | b851b8dd02e66399cf6ac4f5f1b1cae8e28e3c55 (diff) | |
added tooltip
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
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'"> |
