diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 16b5e8f6..d57166eb 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -34,7 +34,7 @@ type="button" @click.prevent="markAsSeen" > - <FAIcon icon="filter" /> + {{ $t('notifications.read') }} </button> <NotificationFilters /> </div> |
