change label from 'Abbrechen' to 'Schließen'
This commit is contained in:
@@ -80,7 +80,7 @@ export default function ChangePasswordModal() {
|
||||
<ThemedButton mode="elevated" onPress={() => {
|
||||
modalRef.current?.close();
|
||||
resetModal();
|
||||
}} title={"Abbrechen"} />
|
||||
}} title={"Schließen"} />
|
||||
</View>
|
||||
</View>
|
||||
</CustomModal>
|
||||
|
||||
Reference in New Issue
Block a user