logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: e9ad922eeb3419185e30eaf99f11eadd0a7dee44
parent efc6b6b703971acd9cff7bb452a1fad40b801f87
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 17 Aug 2022 21:34:56 +0300

oops

Diffstat:

Msrc/components/notifications/notifications.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>