add german

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