diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-17 21:34:56 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-17 21:34:56 +0300 |
| commit | e9ad922eeb3419185e30eaf99f11eadd0a7dee44 (patch) | |
| tree | 930534b20cd058f68fee68c2b04965f72f692b50 /src/components | |
| parent | efc6b6b703971acd9cff7bb452a1fad40b801f87 (diff) | |
oops
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> |
