mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-13 13:26:36 +00:00
change user devices column name from online to connected
This commit is contained in:
@@ -388,7 +388,7 @@ export default function UserDevicesTable({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: "online",
|
accessorKey: "online",
|
||||||
friendlyName: t("online"),
|
friendlyName: t("connected"),
|
||||||
header: () => {
|
header: () => {
|
||||||
return (
|
return (
|
||||||
<ColumnFilterButton
|
<ColumnFilterButton
|
||||||
@@ -410,7 +410,7 @@ export default function UserDevicesTable({
|
|||||||
}
|
}
|
||||||
searchPlaceholder={t("searchPlaceholder")}
|
searchPlaceholder={t("searchPlaceholder")}
|
||||||
emptyMessage={t("emptySearchOptions")}
|
emptyMessage={t("emptySearchOptions")}
|
||||||
label={t("online")}
|
label={t("connected")}
|
||||||
className="p-3"
|
className="p-3"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user