Change password modal title to 'Update password'

This commit is contained in:
Andrew Kingston 2021-05-19 19:05:15 +01:00
parent 441fbd37fb
commit 002f910b29
1 changed files with 1 additions and 1 deletions

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}