diff --git a/app/src/frontend/user/forgotten-password.tsx b/app/src/frontend/user/forgotten-password.tsx index 678132e4..c11bbe61 100644 --- a/app/src/frontend/user/forgotten-password.tsx +++ b/app/src/frontend/user/forgotten-password.tsx @@ -62,7 +62,7 @@ export default class ForgottenPassword extends React.Component<{}, ForgottenPass {this.state.success ? - `A password reset link has been sent to ${this.state.emailUsed}. Please check your inbox.` : + `If the email address is registered on Colouring London, a password reset link will be sent to ${this.state.emailUsed}. Please check your inbox.` : null }