Skip to content

Commit 45e33d3

Browse files
Rename Elastic Cloud to Elastic Cloud Hosted for applies_to displayed values (#542)
1 parent 515404b commit 45e33d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
if (Model.Deployment.Ess is not null)
2020
{
21-
@RenderProduct("Elastic Cloud", Model.Deployment.Ess)
21+
@RenderProduct("Elastic Cloud Hosted", Model.Deployment.Ess)
2222
}
2323
if (Model.Deployment.Self is not null)
2424
{

0 commit comments

Comments
 (0)