Skip to content

Commit 2eda49f

Browse files
simplify version dropdown messaging for external users (#1442)
The current messaging talks about pages being migrated, which may be confusing for external users.
1 parent a958373 commit 2eda49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ const VersionDropdown = ({
172172
renderItem: () => (
173173
<EuiPanel paddingSize="s" hasShadow={false}>
174174
<EuiText size="xs" color="subdued">
175-
This page was fully migrated to the
176-
current version.
175+
There are no other versions available
176+
for this page.
177177
</EuiText>
178178
</EuiPanel>
179179
),

0 commit comments

Comments
 (0)