From 8ed0a1689e79a288db31d5a3da6706b024f91722 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 2 Aug 2026 12:54:03 +0200 Subject: [PATCH] refactor(op): clarify settings text --- apps/client/src/features/operator/operator.options.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/features/operator/operator.options.tsx b/apps/client/src/features/operator/operator.options.tsx index 9dd38ac06..81c55cb94 100644 --- a/apps/client/src/features/operator/operator.options.tsx +++ b/apps/client/src/features/operator/operator.options.tsx @@ -44,8 +44,8 @@ export const getOperatorOptions = (customFields: CustomFields, timeFormat: strin }, { id: 'subscribe', - title: 'Highlight Fields', - description: 'Choose custom fields to highlight', + title: 'Show custom fields', + description: 'Choose custom fields to show on each event', type: 'multi-option', values: customFieldSelect, },