From 2fecf8b6626888a6a41f6463b2ce792866a2e355 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 18 Jul 2023 18:05:47 +0200 Subject: fix follow-requests-received link --- templates/account.html.ep | 4 ++-- templates/profile.html.ep | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/account.html.ep b/templates/account.html.ep index 1da49be..c27e0f5 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -93,9 +93,9 @@ % elsif ($acc->{accept_follow_requests}) { Accounts können dir auf Anfrage folgen % if ($num_rx_follow_requests == 1) { - – eine offene Anfrage + – eine offene Anfrage % } elsif ($num_rx_follow_requests) { - – <%= $num_rx_follow_requests %> offene Anfragen + – <%= $num_rx_follow_requests %> offene Anfragen % } % } diff --git a/templates/profile.html.ep b/templates/profile.html.ep index b65f528..6f78ea0 100644 --- a/templates/profile.html.ep +++ b/templates/profile.html.ep @@ -20,7 +20,7 @@ % } % elsif ($follow_reqs_me) { - notifications + notifications % } % elsif ($is_self) { -- cgit v1.2.3