From f50420978eec58dd476728e5b04661f5e612b975 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Fri, 13 Dec 2024 03:57:30 +0100 Subject: [PATCH] add german --- app/(tabs)/modes/image.tsx | 2 +- src/components/ChangePasswordModal.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/(tabs)/modes/image.tsx b/app/(tabs)/modes/image.tsx index fecfd66..9d05ae3 100644 --- a/app/(tabs)/modes/image.tsx +++ b/app/(tabs)/modes/image.tsx @@ -19,7 +19,7 @@ export default function ImageScreen() { return ( - Image Mode + Bildschirm für Bildauswahl diff --git a/src/components/ChangePasswordModal.tsx b/src/components/ChangePasswordModal.tsx index cf4c386..c383272 100644 --- a/src/components/ChangePasswordModal.tsx +++ b/src/components/ChangePasswordModal.tsx @@ -29,7 +29,6 @@ export default function ChangePasswordModal() { setApiResponse(response); if (response.success) { // add something here - console.log("Password changed successfully"); setPassword(""); setConfirmPassword(""); }