From e833c4dd3b666bcb4c01d316319b6b88295757a0 Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Thu, 14 Nov 2019 16:17:05 +0000 Subject: [PATCH] Amend forgotten password email send confirmation --- app/src/frontend/user/forgotten-password.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }