Skip to content

Commit a7e17a2

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

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
@@ -259,7 +259,7 @@
259259

260260
if (realVersion <= versioningSystem.Current)
261261
{
262-
tooltipText = $"{lifecycleFull} in {keyFull} in version {realVersion} and later unless otherwise specified.";
262+
tooltipText = $"{lifecycleFull} on {keyFull} version {realVersion} and later unless otherwise specified.";
263263
}
264264
else
265265
{

0 commit comments

Comments
 (0)