Skip to content

Commit

Permalink
fix: update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Dec 12, 2022
1 parent e6706dc commit fd24b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/blocks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const BlockDetailPage: React.FC<NextPage> = _ => {
currentPage={pagination.page}
disabled={false}
onChange={changePage}
noted="(Only the first 50,000 result are displayed)"
noted="(Only the first 50,000 results are displayed)"
/>
</div>
</div>
Expand Down Expand Up @@ -94,7 +94,7 @@ const BlockDetailPage: React.FC<NextPage> = _ => {
currentPage={pagination.page}
disabled={false}
onChange={changePage}
noted="(Only the first 50,000 result are displayed)"
noted="(Only the first 50,000 results are displayed)"
/>
</div>
</div>
Expand Down

0 comments on commit fd24b06

Please sign in to comment.