From fc08c133e233b6e4cc1bda6e3b03a6b1892b86ea Mon Sep 17 00:00:00 2001
From: Ellis Fan <8349913+ellisfan@users.noreply.github.com>
Date: Tue, 19 May 2026 16:14:37 +0800
Subject: [PATCH] fix(web/default): update pagination button labels in
ModelCardGrid (#4675)
Change 'Previous' to 'Previous page' and 'Next' to 'Next page'
for improved clarity in the ModelCardGrid component.
---
.../src/features/pricing/components/model-card-grid.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/default/src/features/pricing/components/model-card-grid.tsx b/web/default/src/features/pricing/components/model-card-grid.tsx
index 2c8932dc..173d1aba 100644
--- a/web/default/src/features/pricing/components/model-card-grid.tsx
+++ b/web/default/src/features/pricing/components/model-card-grid.tsx
@@ -103,7 +103,7 @@ export function ModelCardGrid(props: ModelCardGridProps) {
className='gap-1.5'
>
- {t('Previous')}
+ {t('Previous page')}