Small improvements

This commit is contained in:
2026-08-05 18:08:04 +02:00
parent f8dba18854
commit 7f8417e915
12 changed files with 110 additions and 16 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ const tabs = [
endpoint: '/api/v1/admin/tenant/contact',
},
{
title: 'Bezahldaten',
title: 'IBAN-Informationen',
component: TenantPayment,
endpoint: '/api/v1/admin/tenant/payment',
},
{
title: 'Zahlungswege',
title: 'Zahlungsmodule',
component: TenantPaymentMethods,
endpoint: '/api/v1/admin/tenant/payment-methods',
},