From a876c0a744519986ac8ec73105c2cc163b394073 Mon Sep 17 00:00:00 2001 From: SagarRajput-7 <162284829+SagarRajput-7@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:25:41 +0530 Subject: [PATCH] chore: added doc title to messaging queues (#7460) --- frontend/public/locales/en/titles.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/public/locales/en/titles.json b/frontend/public/locales/en/titles.json index b8e267b6a9..74a5bf9210 100644 --- a/frontend/public/locales/en/titles.json +++ b/frontend/public/locales/en/titles.json @@ -60,7 +60,10 @@ "INTEGRATIONS": "SigNoz | Integrations", "ALERT_HISTORY": "SigNoz | Alert Rule History", "ALERT_OVERVIEW": "SigNoz | Alert Rule Overview", - "MESSAGING_QUEUES": "SigNoz | Messaging Queues", + "MESSAGING_QUEUES_OVERVIEW": "SigNoz | Messaging Queues", + "MESSAGING_QUEUES_KAFKA": "SigNoz | Messaging Queues | Kafka", + "MESSAGING_QUEUES_KAFKA_DETAIL": "SigNoz | Messaging Queues | Kafka", + "MESSAGING_QUEUES_CELERY_TASK": "SigNoz | Messaging Queues | Celery", "INFRASTRUCTURE_MONITORING_HOSTS": "SigNoz | Infra Monitoring", "INFRASTRUCTURE_MONITORING_KUBERNETES": "SigNoz | Infra Monitoring", "METRICS_EXPLORER": "SigNoz | Metrics Explorer",