From 542687efc4fb35562e4637e3dbb3e0722b701245 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 17 Oct 2024 16:23:34 +0200 Subject: Fix typo --- src/application/templates/bootstrap-3/view_user.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application/templates') diff --git a/src/application/templates/bootstrap-3/view_user.twig b/src/application/templates/bootstrap-3/view_user.twig index b4c936c..2523bb9 100644 --- a/src/application/templates/bootstrap-3/view_user.twig +++ b/src/application/templates/bootstrap-3/view_user.twig @@ -12,7 +12,7 @@ currentUser is not null and currentUser.id == ctx.user.id %} -{% set sUserPossessive = isOwnProfile ? "Your Posts" : "%display_name%'s posts" %} +{% set sUserPossessive = isOwnProfile ? "Your posts" : "%display_name%'s posts" %} {% set emailPending = isOwnProfile and ctx.user.pendingEmail is not null %} -- cgit v1.2.3