From b9f3a67433d0823fd38538b7bf6f9d1be1f2b410 Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Sun, 25 May 2025 11:21:08 +0300 Subject: [PATCH] tickets cut text change from 50 to 200 --- Web/Presenters/templates/Support/List.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Presenters/templates/Support/List.xml b/Web/Presenters/templates/Support/List.xml index a1898eed..254efc24 100644 --- a/Web/Presenters/templates/Support/List.xml +++ b/Web/Presenters/templates/Support/List.xml @@ -42,6 +42,6 @@ {block description} {var $author = $x->getUser()} - {ovk_proc_strtr($x->getContext(), 50)}
+ {ovk_proc_strtr($x->getContext(), 200)}
{_author}: {$author->getCanonicalName()} {/block}