We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3e958 commit 55a0cbfCopy full SHA for 55a0cbf
1 file changed
components/page-header/VersionPicker.tsx
@@ -50,7 +50,7 @@ export const VersionPicker = ({ variant }: Props) => {
50
const currentVersionPathSegment = currentVersion === DEFAULT_VERSION ? '' : `/${currentVersion}`
51
52
allLinks.push({
53
- text: t('docs_versions'),
+ text: t('about_versions'),
54
selected: false,
55
item: (
56
<Link
0 commit comments