From c254f0184475b615674fa9a278b10d85645fe3d9 Mon Sep 17 00:00:00 2001 From: AKSHAT ANAND Date: Tue, 21 Oct 2025 18:59:36 +0530 Subject: [PATCH] Update presets.vue --- src/nginxconfig/templates/domain_sections/presets.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nginxconfig/templates/domain_sections/presets.vue b/src/nginxconfig/templates/domain_sections/presets.vue index 6a63ecb..ead91bb 100644 --- a/src/nginxconfig/templates/domain_sections/presets.vue +++ b/src/nginxconfig/templates/domain_sections/presets.vue @@ -300,7 +300,8 @@ THE SOFTWARE. presetEvent(name, overwrite = false) { analytics({ category: 'Preset', - action: overwrite ? 'Overwritten' : 'Applied', // TODO: Is overwritten the best word here? + // Use a clearer action name for analytics + action: overwrite ? 'Updated' : 'Applied', label: name, }); },