Skip to content

Commit b4db37e

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

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
@@ -269,7 +269,7 @@
269269
}
270270
else if (applicability.Lifecycle is ProductLifecycle.Deprecated)
271271
{
272-
tooltipText = $"We plan to deprecate this in a future {keyFull} update. Plans may change without notice.";
272+
tooltipText = $"We plan to deprecate this functionality in a future {keyFull} update. Subject to change.";
273273
}
274274
else if (applicability.Lifecycle is ProductLifecycle.Removed)
275275
{

0 commit comments

Comments
 (0)