1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12: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>
<ModalContent
title="Change password"
title="Update password"
confirmText="Update password"
onConfirm={updatePassword}
disabled={error || !password}