From 759cf800119d0ca917496dae240b5f68cafadb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Fri, 7 Mar 2025 11:17:34 +0100 Subject: [PATCH] fix error --- .../shared/SessionSettings/components/CaptureRate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx b/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx index 55b6020b6..4664cccbc 100644 --- a/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx +++ b/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx @@ -115,9 +115,9 @@ function CaptureRate(props: Props) { title={ t( 'Define the percentage of user sessions to be recorded for detailed replay and analysis.', - ) + + ) + ' ' + t( - '\Sessions exceeding this specified limit will not be captured or stored.', + 'Sessions exceeding this specified limit will not be captured or stored.', ) } >