Skip to content

Commit c2f88a7

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

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
@@ -280,7 +280,7 @@
280280
}
281281
else
282282
{
283-
tooltipText = $"{lifecycleFull} in {keyFull} unless otherwise specified.";
283+
tooltipText = $"{lifecycleFull} on {keyFull} unless otherwise specified.";
284284
}
285285

286286
var disclaimer = applicability.Lifecycle switch

0 commit comments

Comments
 (0)