diff --git a/components/Downloads/DownloadList.tsx b/components/Downloads/DownloadList.tsx index 288eae182762..b4293f8d17b8 100644 --- a/components/Downloads/DownloadList.tsx +++ b/components/Downloads/DownloadList.tsx @@ -1,6 +1,6 @@ import { FormattedMessage } from 'react-intl'; -import LocalisedLink from '../LocalisedLink'; +import LocalizedLink from '../LocalizedLink'; import { useNavigation } from '../../hooks/useNavigation'; import type { NodeVersionData } from '../../types'; @@ -20,7 +20,7 @@ const DownloadList = (props: DownloadListProps) => {