Skip to content

Commit 7d70bc2

Browse files
authored
Update ApplicableToComponent.cshtml
1 parent 1cb825b commit 7d70bc2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
if (pa.ApmAgentPython is not null) { @RenderProduct("APM Agent Python", pa.ApmAgentPython); }
6969
if (pa.ApmAgentRuby is not null) { @RenderProduct("APM Agent Ruby", pa.ApmAgentRuby); }
7070
if (pa.ApmAgentRum is not null) { @RenderProduct("APM Agent RUM", pa.ApmAgentRum); }
71-
if (pa.EdotIos is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry iOS", pa.EdotIos); }
72-
if (pa.EdotAndroid is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Android", pa.EdotAndroid); }
73-
if (pa.EdotDotnet is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry .NET", pa.EdotDotnet); }
74-
if (pa.EdotJava is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Java", pa.EdotJava); }
75-
if (pa.EdotNode is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Node.js", pa.EdotNode); }
76-
if (pa.EdotPhp is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry PHP", pa.EdotPhp); }
77-
if (pa.EdotPython is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Python", pa.EdotPython); }
71+
if (pa.EdotIos is not null) { @RenderProduct("EDOT iOS", pa.EdotIos); }
72+
if (pa.EdotAndroid is not null) { @RenderProduct("EDOT Android", pa.EdotAndroid); }
73+
if (pa.EdotDotnet is not null) { @RenderProduct("EDOT .NET", pa.EdotDotnet); }
74+
if (pa.EdotJava is not null) { @RenderProduct("EDOT Java", pa.EdotJava); }
75+
if (pa.EdotNode is not null) { @RenderProduct("EDOT Node.js", pa.EdotNode); }
76+
if (pa.EdotPhp is not null) { @RenderProduct("EDOT PHP", pa.EdotPhp); }
77+
if (pa.EdotPython is not null) { @RenderProduct("EDOT Python", pa.EdotPython); }
7878
}
7979

8080
@functions {

0 commit comments

Comments
 (0)