From 16700ad30476474df970174a7f0f22492f3cb4c7 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] feat: tickets text length 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}