From 0a947d8bdd3762da7e78dd06782244b2b5bcf7a7 Mon Sep 17 00:00:00 2001 From: metamethods Date: Fri, 3 Jan 2025 01:21:07 -0800 Subject: [PATCH] chore: lowercase text --- src/lib/Pagination.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/Pagination.svelte b/src/lib/Pagination.svelte index 4a5dff2..b07eeae 100644 --- a/src/lib/Pagination.svelte +++ b/src/lib/Pagination.svelte @@ -17,18 +17,18 @@

- Showing {pageIndexStart + 1} to + showing {pageIndexStart + 1} to {pageIndexEnd} of {items.length} - Entries + entires

prev next