From 7d9b2f7bed088a78fecaf3a7e027b470457316b9 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 13 Nov 2024 16:03:49 +0100
Subject: [PATCH] OZG-4310 UI Anmerkung

---
 .../lib/users-roles/user-add-form/user-add-form.component.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/libs/admin/settings/src/lib/users-roles/user-add-form/user-add-form.component.html b/alfa-client/libs/admin/settings/src/lib/users-roles/user-add-form/user-add-form.component.html
index 637ec22a4b..796154394f 100644
--- a/alfa-client/libs/admin/settings/src/lib/users-roles/user-add-form/user-add-form.component.html
+++ b/alfa-client/libs/admin/settings/src/lib/users-roles/user-add-form/user-add-form.component.html
@@ -8,7 +8,7 @@
   </div>
 
   <h3 class="text-md mb-4 block font-medium text-text">Organisationseinheiten</h3>
-  <ods-button-with-spinner text="+ Organisationseinheiten" variant="outline" dataTestId="add-organisationseinheit-button" />
+  <ods-button-with-spinner text="Organisationseinheit hinzufügen" variant="outline" dataTestId="add-organisationseinheit-button" />
 
   <h2 class="heading-2 mt-4">Rollen für OZG-Cloud</h2>
   <div [formGroupName]="UserAddFormService.ROLLEN_GROUP" class="mb-8 flex gap-56">
-- 
GitLab