diff --git a/bin/jinja2_templates/savedsearches.j2 b/bin/jinja2_templates/savedsearches.j2 index 35444e6ecf..637ab7365d 100644 --- a/bin/jinja2_templates/savedsearches.j2 +++ b/bin/jinja2_templates/savedsearches.j2 @@ -59,7 +59,7 @@ dispatch.earliest_time = {{ detection.deployment.scheduling.earliest_time }} dispatch.latest_time = {{ detection.deployment.scheduling.latest_time }} action.correlationsearch.enabled = 1 {% if detection.deprecated is defined %} -action.correlationsearch.label = ESCU - {{ detection.name }} - Deprecated - Rule +action.correlationsearch.label = ESCU - Deprecated - {{ detection.name }} - Rule {% else %} action.correlationsearch.label = ESCU - {{ detection.name }} - Rule {% endif %}