From 6f13fc216bf1f50b4cbf96c637063049c3cf3f12 Mon Sep 17 00:00:00 2001 From: DavidFrancois Date: Wed, 10 Jul 2024 23:25:14 +0900 Subject: [PATCH] typo: changed `first` to `previous` in file Signed-off-by: DavidFrancois --- src/Pagination.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pagination.tsx b/src/Pagination.tsx index ed8629fb..01b83081 100644 --- a/src/Pagination.tsx +++ b/src/Pagination.tsx @@ -147,7 +147,7 @@ export const Pagination = memo( role: "link" }} > - {t("first page")} + {t("previous page")} {parts.map(part => (