add german

This commit is contained in:
StarAppeal
2024-12-13 03:57:30 +01:00
parent 29a930c793
commit 9b4a3b21c2
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default function ImageScreen() {
return (
<ThemedBackground>
<ThemedHeader>
Image Mode
Bildschirm für Bildauswahl
</ThemedHeader>
<CustomImagePicker onSuccess={onSuccess} onFailure={onFailure} onCanceled={onCanceled}/>
</ThemedBackground>
-1
View File
@@ -29,7 +29,6 @@ export default function ChangePasswordModal() {
setApiResponse(response);
if (response.success) {
// add something here
console.log("Password changed successfully");
setPassword("");
setConfirmPassword("");
}