From 0aa8b63736d83b089654806d91e4dff14fcba07c Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Sat, 6 Sep 2025 05:14:39 +0200 Subject: [PATCH] =?UTF-8?q?change=20label=20from=20'Abbrechen'=20to=20'Sch?= =?UTF-8?q?lie=C3=9Fen'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChangePasswordModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChangePasswordModal.tsx b/src/components/ChangePasswordModal.tsx index 30ec8bf..2a371cd 100644 --- a/src/components/ChangePasswordModal.tsx +++ b/src/components/ChangePasswordModal.tsx @@ -80,7 +80,7 @@ export default function ChangePasswordModal() { { modalRef.current?.close(); resetModal(); - }} title={"Abbrechen"} /> + }} title={"Schließen"} />