Change password modal title to 'Update password'
This commit is contained in:
parent
441fbd37fb
commit
002f910b29
|
@ -17,7 +17,7 @@
|
|||
</script>
|
||||
|
||||
<ModalContent
|
||||
title="Change password"
|
||||
title="Update password"
|
||||
confirmText="Update password"
|
||||
onConfirm={updatePassword}
|
||||
disabled={error || !password}
|
||||
|
|
Loading…
Reference in New Issue