Skip to content

Commit a62e089

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

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
@@ -273,7 +273,7 @@
273273
}
274274
else if (applicability.Lifecycle is ProductLifecycle.Removed)
275275
{
276-
tooltipText = $"We plan to remove this in a future {keyFull} update. Plans may change without notice.";
276+
tooltipText = $"We plan to remove this functionality in a future {keyFull} update. Subject to change.";
277277
}
278278
}
279279

0 commit comments

Comments
 (0)