Skip to content

Commit bc99403

Browse files
Apply suggestion from @florent-leborgne
1 parent a7e17a2 commit bc99403

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
@@ -265,7 +265,7 @@
265265
{
266266
if (applicability.Lifecycle is ProductLifecycle.GenerallyAvailable or ProductLifecycle.Beta or ProductLifecycle.TechnicalPreview)
267267
{
268-
tooltipText = $"We plan to add this in a future {keyFull} update. Plans may change without notice.";
268+
tooltipText = $"We plan to add this functionality in a future {keyFull} update. Subject to change.";
269269
}
270270
else if (applicability.Lifecycle is ProductLifecycle.Deprecated)
271271
{

0 commit comments

Comments
 (0)