feat: Rebranding von LeadFlow zu OnyvaLeads

Alle UI-Labels, Dateinamen, API-Bezeichner und package.json auf OnyvaLeads umgestellt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
TimoUttenweiler
2026-03-25 15:10:46 +01:00
parent a9a0be157f
commit 47b78fa749
10 changed files with 13 additions and 35 deletions

View File

@@ -50,7 +50,7 @@ export async function GET(req: NextRequest) {
"Erfasst am": new Date(l.capturedAt).toLocaleDateString("de-DE", { day: "2-digit", month: "2-digit", year: "numeric" }),
}));
const filename = `leadflow-vault-${new Date().toISOString().split("T")[0]}`;
const filename = `onyva-leads-vault-${new Date().toISOString().split("T")[0]}`;
if (format === "xlsx") {
const ws = XLSX.utils.json_to_sheet(rows);