mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-13 21:38:34 -05:00
renamed german words to english in default table
This commit is contained in:
@@ -144,7 +144,7 @@ export function DefaultDataTable<TData, TValue>({
|
||||
) : (
|
||||
<TableRow>
|
||||
<TableCell colSpan={columns.length} className="h-24 text-center">
|
||||
Keine Suchergebnisse
|
||||
No elements to show.
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
)}
|
||||
|
||||
@@ -23,11 +23,11 @@ export function DataTableViewOptions<TData>({
|
||||
className="ml-auto hidden h-8 lg:flex"
|
||||
>
|
||||
<MixerHorizontalIcon className="mr-2 h-4 w-4" />
|
||||
Ansicht
|
||||
View
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="end" className="w-[150px]">
|
||||
<DropdownMenuLabel>Spalten Ein-/Ausblenden</DropdownMenuLabel>
|
||||
<DropdownMenuLabel>show / hide Columns</DropdownMenuLabel>
|
||||
<DropdownMenuSeparator />
|
||||
{table
|
||||
.getAllColumns()
|
||||
|
||||
Reference in New Issue
Block a user