diff options
author | Jonas Kohl | 2024-10-17 16:53:48 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-17 16:53:48 +0200 |
commit | 4e4561506d3fcb47d96db8ad0dd5638ecea5d96a (patch) | |
tree | 439085ac7c9d743e64fb56c9a5af455954279db5 | |
parent | 542687efc4fb35562e4637e3dbb3e0722b701245 (diff) |
Fixed another typo
-rw-r--r-- | src/application/templates/bootstrap-3/components/topic_log.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/templates/bootstrap-3/components/topic_log.twig b/src/application/templates/bootstrap-3/components/topic_log.twig index 9364cd1..9614c4e 100644 --- a/src/application/templates/bootstrap-3/components/topic_log.twig +++ b/src/application/templates/bootstrap-3/components/topic_log.twig @@ -1,6 +1,6 @@ {%- set user = "" -%} {%- if postAuthor is null -%} - {%- set user = __("deleted")|e("html") -%} + {%- set user = __("(deleted)")|e("html") -%} {%- else -%} {%- set user = '<a href="?_action=viewuser&user=' |