From a05b35a13c53b5e352a7d9c1908e44e2283cf9a8 Mon Sep 17 00:00:00 2001
From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
Date: Mon, 7 Apr 2025 12:41:04 +0200
Subject: [PATCH] Alerting: Fix wrong interpolation in translation (#103514)
fix wrong interpolation in transalation
---
.../alerting/unified/components/rules/CloudRules.tsx | 9 +++------
public/locales/en-US/grafana.json | 3 ++-
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/public/app/features/alerting/unified/components/rules/CloudRules.tsx b/public/app/features/alerting/unified/components/rules/CloudRules.tsx
index 2153975f947..4f39b1dce3d 100644
--- a/public/app/features/alerting/unified/components/rules/CloudRules.tsx
+++ b/public/app/features/alerting/unified/components/rules/CloudRules.tsx
@@ -1,5 +1,4 @@
import { css } from '@emotion/css';
-import pluralize from 'pluralize';
import { useMemo } from 'react';
import { useLocation } from 'react-router-dom-v5-compat';
@@ -68,11 +67,9 @@ export const CloudRules = ({ namespaces, expandAll }: Props) => {
{dataSourcesLoading.length ? (