diff options
author | Jonas Kohl | 2024-10-17 16:23:34 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-17 16:23:34 +0200 |
commit | 542687efc4fb35562e4637e3dbb3e0722b701245 (patch) | |
tree | 57af05b007528f01416250de59a35bd4fc57329c | |
parent | fe0f414dc0211a4014581dc03fcfd514ed7ed02d (diff) |
Fix typo
-rw-r--r-- | src/application/templates/bootstrap-3/view_user.twig | 2 |
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 %} |