change label from 'Abbrechen' to 'Schließen'

This commit is contained in:
StarAppeal
2025-09-06 05:14:39 +02:00
parent afdf9dda75
commit 0aa8b63736
+1 -1
View File
@@ -80,7 +80,7 @@ export default function ChangePasswordModal() {
<ThemedButton mode="elevated" onPress={() => {
modalRef.current?.close();
resetModal();
}} title={"Abbrechen"} />
}} title={"Schließen"} />
</View>
</View>
</CustomModal>