Skip to content

Commit

Permalink
Pagination typo fix (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonymol-aot authored Nov 23, 2023
1 parent fbe3900 commit f3d59ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const ServiceTaskListView = React.memo(() => {
<div className="d-flex justify-content-between">
<div className="ml-2">
<span>
{t("Rows per Page")} :
{t("Rows per page")} :
<DropdownButton
className="ml-2"
drop="down"
Expand Down

0 comments on commit f3d59ce

Please sign in to comment.