diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-12 14:14:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-12 14:14:34 +0300 |
| commit | 63650aec29effef1e5c78d953d078ae4a12cb09f (patch) | |
| tree | a1cae6f3a465f83872f9de598802509a1ad29cfe /src/components/notification/notification.vue | |
| parent | 32fd108e97de8a1e1201bcc31f70af9ace77e517 (diff) | |
Added support for qvitter api fetching of notifications
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 eed598a8..1c07bae9 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -11,7 +11,7 @@ <span class="notification-details"> <div class="name-and-action"> <span class="username" :title="'@'+notification.action.user.screen_name">{{ notification.action.user.name }}</span> - <span v-if="notification.type === 'favorite'"> + <span v-if="notification.type === 'like'"> <i class="fa icon-star lit"></i> <small>{{$t('notifications.favorited_you')}}</small> </span> |
