Abbrechen
@@ -514,7 +512,7 @@ export const AdminMandateWizardPage: React.FC = () => {
Mandanten-Verwaltung
-
Schritt-für-Schritt Wizard zur Mandanten-Konfiguration
+
Schritt-für-Schritt Wizard zur Mandanten-Konfiguration
@@ -534,7 +532,7 @@ export const AdminMandateWizardPage: React.FC = () => {
{/* â•â•â• STEP 1: MANDATE â•â•â• */}
{step === 1 && (
-
Mandant auswählen oder erstellen
+
Mandant auswählen oder erstellen
{!isCreatingMandate ? (
<>
@@ -555,9 +553,6 @@ export const AdminMandateWizardPage: React.FC = () => {
>
{getMandateName(m)}
-
- Max. {(m as any).maxInstances || '?'} Instances | Quota: {(m as any).quotaNamesPerYear || '?'} Namen/Jahr
-
{selectedMandate?.id === m.id &&
{'\u2713'} }
@@ -578,29 +573,6 @@ export const AdminMandateWizardPage: React.FC = () => {
placeholder="z.B. Swiss Trust AG"
/>
-
{isLoading ? 'Erstellen...' : 'Mandant erstellen'}
@@ -631,11 +603,11 @@ export const AdminMandateWizardPage: React.FC = () => {
onClick={() => setIsAddingMandateUser(true)}
disabled={availableUsersForMandate.length === 0}
>
- + Benutzer hinzufügen
+ + Benutzer hinzufügen
- Alle Systembenutzer können dem Mandanten zugewiesen werden.
+ Alle Systembenutzer können dem Mandanten zugewiesen werden.
{isAddingMandateUser && renderAddUserForm(
@@ -652,7 +624,7 @@ export const AdminMandateWizardPage: React.FC = () => {