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",