Skip to content

Commit 55a0cbf

Browse files
authored
Fix string key (#25576)
1 parent ea3e958 commit 55a0cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/page-header/VersionPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const VersionPicker = ({ variant }: Props) => {
5050
const currentVersionPathSegment = currentVersion === DEFAULT_VERSION ? '' : `/${currentVersion}`
5151

5252
allLinks.push({
53-
text: t('docs_versions'),
53+
text: t('about_versions'),
5454
selected: false,
5555
item: (
5656
<Link

0 commit comments

Comments
 (0)