diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:25:22 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:25:22 +0000 |
| commit | 3287ce94539973018fac7cf4bed2f2c4643f838e (patch) | |
| tree | 6fb4fcdcce28b95b704bc9ae205f723dbeb5c23e /src/components/notification/notification.vue | |
| parent | c93adf2e9a8ac6bfbe1e6cebde1d189475b3cb58 (diff) | |
| parent | 6e0ceda968625259bafea72cf90446b610f0b913 (diff) | |
Merge branch 'from/develop/tusooa/poll-notif' into 'develop'
Poll-end notifications
See merge request pleroma/pleroma-fe!1524
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 9ecb034f..7d3d0c69 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -120,6 +120,14 @@ </i18n-t> </small> </span> + <span v-if="notification.type === 'poll'"> + <FAIcon + class="type-icon" + icon="poll-h" + /> + {{ ' ' }} + <small>{{ $t('notifications.poll_ended') }}</small> + </span> </div> <div v-if="isStatusNotification" |
