Skip to content

Commit 043bdf6

Browse files
committed
tooltip and the pagination fixed
1 parent 1e43118 commit 043bdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/GridTable/GridTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const GridTable = <T,>({
136136
data-accent-color="gray"
137137
className=" ml-1 rt-reset rt-BaseButton rt-r-size-2 rt-variant-soft rt-Button fuel-Button fuel-Button cursor-pointer"
138138
>
139-
{currentPage} page of {pageCount}
139+
Page {currentPage} of {pageCount}
140140
</button>
141141
</>
142142
) : null

0 commit comments

Comments
 (0)