From 7b3364cbc98e9832c92be6f90f10d0f3992e604b Mon Sep 17 00:00:00 2001 From: ismail simsek Date: Tue, 12 Nov 2024 17:15:32 +0100 Subject: [PATCH] Chore: Rename the sorting option in explore metrics (#96160) rename the option --- public/app/features/trails/Breakdown/SortByScene.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/trails/Breakdown/SortByScene.tsx b/public/app/features/trails/Breakdown/SortByScene.tsx index cd9498ff2ed..6282c758f5b 100644 --- a/public/app/features/trails/Breakdown/SortByScene.tsx +++ b/public/app/features/trails/Breakdown/SortByScene.tsx @@ -31,7 +31,7 @@ export class SortByScene extends SceneObjectBase { options: [ { value: 'outliers', - label: 'Outlying Values', + label: 'Outlying series', description: 'Prioritizes values that show distinct behavior from others within the same label', }, {