From 4c42556ec94d8b9183d26a65ca7ef75aaa80cbd5 Mon Sep 17 00:00:00 2001 From: mufazalov Date: Tue, 18 Feb 2025 11:41:53 +0300 Subject: [PATCH] fix: make SLO uppercase --- src/containers/Cluster/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Cluster/i18n/en.json b/src/containers/Cluster/i18n/en.json index 07ec6c9ae..3f318f12b 100644 --- a/src/containers/Cluster/i18n/en.json +++ b/src/containers/Cluster/i18n/en.json @@ -11,7 +11,7 @@ "links": "Links", "link_cores": "Coredumps", "link_logging": "Logging", - "link_slo-logs": "Slo Logs", + "link_slo-logs": "SLO Logs", "context_cores": "cores", "title_cpu": "CPU", "title_storage": "Storage",