1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Change password modal title to 'Update password'

This commit is contained in:
Andrew Kingston 2021-05-19 19:05:15 +01:00
parent da0bfd8b47
commit 4d34fce56c

View file

@ -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}