Skip to content

Commit 6f13fc2

Browse files
typo: changed first to previous in file
Signed-off-by: DavidFrancois <DavidFrancois@users.noreply.github.com>
1 parent 13105de commit 6f13fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pagination.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const Pagination = memo(
147147
role: "link"
148148
}}
149149
>
150-
{t("first page")}
150+
{t("previous page")}
151151
</DynamicLink>
152152
</li>
153153
{parts.map(part => (

0 commit comments

Comments
 (0)