From 1bdd591bed7260a0120688bafd9d3cd89cb51fdc Mon Sep 17 00:00:00 2001 From: Amin Ghasempoor Date: Mon, 11 Sep 2023 14:51:29 +0330 Subject: [PATCH] TF-4 user management styling --- public/locales/fa/app.json | 1 - src/components/dashboard/user-management/index.jsx | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/public/locales/fa/app.json b/public/locales/fa/app.json index 9f05da3..baecc48 100644 --- a/public/locales/fa/app.json +++ b/public/locales/fa/app.json @@ -23,7 +23,6 @@ "logout": "خروج" }, "Select": { - "helper_text": "حالت فیلتر: برابر", "menu_item": "نوع کاربر را وارد کنید" }, "Titles": { diff --git a/src/components/dashboard/user-management/index.jsx b/src/components/dashboard/user-management/index.jsx index 79b6c4e..ddf9099 100644 --- a/src/components/dashboard/user-management/index.jsx +++ b/src/components/dashboard/user-management/index.jsx @@ -83,7 +83,7 @@ function DashboardUserManagementComponent() { Cell: ({renderedCellValue}) => ({renderedCellValue}), Header: ({column}) => <>{column.columnDef.header}, Filter: ({column}) => { - return ( + return ( - {t("Select.helper_text")} + {t("filter_mode")}: {t(column.columnDef._filterFn)}