Skip to content

Commit 55a69b7

Browse files
committed
Use abbreveation for Elastic Cloud Hosted
1 parent a7c8390 commit 55a69b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
if (appliesTo.Deployment.Ess is not null)
2525
{
26-
@RenderProduct("Elastic Cloud Hosted", "ess", appliesTo.Deployment.Ess)
26+
@RenderProduct("ECH", "ess", appliesTo.Deployment.Ess)
2727
}
2828
if (appliesTo.Deployment.Self is not null)
2929
{

0 commit comments

Comments
 (0)