summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl2024-10-17 16:53:48 +0200
committerJonas Kohl2024-10-17 16:53:48 +0200
commit4e4561506d3fcb47d96db8ad0dd5638ecea5d96a (patch)
tree439085ac7c9d743e64fb56c9a5af455954279db5
parent542687efc4fb35562e4637e3dbb3e0722b701245 (diff)
Fixed another typo
-rw-r--r--src/application/templates/bootstrap-3/components/topic_log.twig2
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&amp;user='