Skip to content

Commit

Permalink
typo: changed first to previous in file
Browse files Browse the repository at this point in the history
Signed-off-by: DavidFrancois <DavidFrancois@users.noreply.github.com>
  • Loading branch information
DavidFrancois committed Jul 10, 2024
1 parent 13105de commit 6f13fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const Pagination = memo(
role: "link"
}}
>
{t("first page")}
{t("previous page")}
</DynamicLink>
</li>
{parts.map(part => (
Expand Down

0 comments on commit 6f13fc2

Please sign in to comment.