aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-17 21:34:56 +0300
committerHenry Jameson <me@hjkos.com>2022-08-17 21:34:56 +0300
commite9ad922eeb3419185e30eaf99f11eadd0a7dee44 (patch)
tree930534b20cd058f68fee68c2b04965f72f692b50 /src/components/notifications/notifications.vue
parentefc6b6b703971acd9cff7bb452a1fad40b801f87 (diff)
oops
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue2
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>