From f9a88db0d50002d53ffa004282f8a155d0f20d87 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:59:59 -0400 Subject: [PATCH] fix Alligator meta labels (#286) --- Server/WebApi/Services/Service.Metadata.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/WebApi/Services/Service.Metadata.cs b/Server/WebApi/Services/Service.Metadata.cs index 596613c8..699d4643 100644 --- a/Server/WebApi/Services/Service.Metadata.cs +++ b/Server/WebApi/Services/Service.Metadata.cs @@ -2422,7 +2422,7 @@ public static IEnumerable IndicatorList(string baseUrl) DefaultColor = standardBlue }, new IndicatorResultConfig { - DisplayName = "Jaw", + DisplayName = "Teeth", TooltipTemplate = "ALLIGATOR([P1],[P2],[P3],[P4],[P5],[P6]) Teeth", DataName = "teeth", DataType = "number", @@ -2430,7 +2430,7 @@ public static IEnumerable IndicatorList(string baseUrl) DefaultColor = standardRed }, new IndicatorResultConfig { - DisplayName = "Jaw", + DisplayName = "Lips", TooltipTemplate = "ALLIGATOR([P1],[P2],[P3],[P4],[P5],[P6]) Lips", DataName = "lips", DataType = "number",