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