summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl2024-10-17 16:23:34 +0200
committerJonas Kohl2024-10-17 16:23:34 +0200
commit542687efc4fb35562e4637e3dbb3e0722b701245 (patch)
tree57af05b007528f01416250de59a35bd4fc57329c
parentfe0f414dc0211a4014581dc03fcfd514ed7ed02d (diff)
Fix typo
-rw-r--r--src/application/templates/bootstrap-3/view_user.twig2
1 files changed, 1 insertions, 1 deletions
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 %}