From 0e6a175bf623bb89b7b7a8672df54d534dab2f11 Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Fri, 12 Jan 2024 08:31:29 +1300 Subject: [PATCH] fix metrics text wordings (#10939) --- .../ConfigureView/ConfigureForm/EnableMetricsInput.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx index 0a7ce475f..34594a82c 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx @@ -25,8 +25,9 @@ export function EnableMetricsInput({ value, error, environmentId }: Props) {
- Enabling this feature will allow users to use specific features like - autoscaling and to see container and node resource usage. + Enabling the metrics feature will allow users to use specific + functionality like autoscaling and to see container and node resource + usage.
Ensure that