From 88c30812970cead221e71f7e64de6e50add18cba Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Tue, 14 Mar 2023 19:25:14 +0100 Subject: [PATCH] fix(grammar): LocalisedLink -> LocalizedLink (#5122) fix(grammar): LocalisedLink ->LocalizedLink Co-authored-by: Claudio Wunder --- components/Downloads/DownloadList.tsx | 4 ++-- components/Downloads/PrimaryDownloadMatrix.tsx | 10 +++++----- components/Header.tsx | 8 ++++---- components/Home/HomeDownloadButton.tsx | 12 ++++++------ components/{LocalisedLink.tsx => LocalizedLink.tsx} | 10 +++++----- components/Pagination.tsx | 10 +++++----- components/SideNavigation.tsx | 4 ++-- hooks/useLocale.ts | 4 ++-- layouts/BlogIndexLayout.tsx | 4 ++-- layouts/CategoryIndexLayout.tsx | 4 ++-- 10 files changed, 35 insertions(+), 35 deletions(-) rename components/{LocalisedLink.tsx => LocalizedLink.tsx} (70%) diff --git a/components/Downloads/DownloadList.tsx b/components/Downloads/DownloadList.tsx index 288eae1827625..b4293f8d17b86 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) => {