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 (
<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("");
}