File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/components/FindWalletProductTable/hooks Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { Wallet } from "@/lib/types"
66
77import type { TableMeta } from "@/components/DataTable"
88import WalletInfo from "@/components/FindWalletProductTable/WalletInfo"
9+ import Translation from "@/components/Translation"
910import { TableCell } from "@/components/ui/table"
1011
1112export const useWalletColumns : ColumnDef < Wallet > [ ] = [
@@ -17,7 +18,7 @@ export const useWalletColumns: ColumnDef<Wallet>[] = [
1718 return (
1819 < div className = "flex w-full flex-row items-center justify-between border-none px-4 py-2" >
1920 < p className = "text-body-medium" >
20- Showing all wallets{ " " }
21+ < Translation id = "page-wallets-find-wallet:page-find-wallet-showing- all- wallets" /> { " " }
2122 < span className = "text-body" > ({ meta . dataLength } )</ span >
2223 </ p >
2324 </ div >
You can’t perform that action at this time.
0 commit comments