From 9d79a5d2485af4d50c191ed774c28b390d570e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ribeiro?= Date: Mon, 4 Mar 2024 10:21:29 -0300 Subject: [PATCH] chore(i18n): fix translation --- src/components/Cmdk.tsx | 2 +- src/components/DataTable/DataTableFacetedFilter.tsx | 2 +- src/components/DataTable/SWRDataTable/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Cmdk.tsx b/src/components/Cmdk.tsx index ca88a0a..5bb4ea7 100644 --- a/src/components/Cmdk.tsx +++ b/src/components/Cmdk.tsx @@ -60,7 +60,7 @@ export function CommandMenu({ - No results found. + No results found. {commands.mainNav diff --git a/src/components/DataTable/DataTableFacetedFilter.tsx b/src/components/DataTable/DataTableFacetedFilter.tsx index 9b6b105..1c238b4 100644 --- a/src/components/DataTable/DataTableFacetedFilter.tsx +++ b/src/components/DataTable/DataTableFacetedFilter.tsx @@ -72,7 +72,7 @@ export function DataTableFacetedFilter({ column, title, options }) { - No results found. + No results found. {options.map((option) => { diff --git a/src/components/DataTable/SWRDataTable/index.tsx b/src/components/DataTable/SWRDataTable/index.tsx index f0ff306..62f5b86 100644 --- a/src/components/DataTable/SWRDataTable/index.tsx +++ b/src/components/DataTable/SWRDataTable/index.tsx @@ -364,7 +364,7 @@ export function SWRDataTable({ colSpan={columns.length} className="h-24 text-center" > - No results found. + No results found. )}