From 130f0c4a2280a46b044b50725d527a4dd5bdcd21 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 15:26:21 -0500 Subject: Fixed grammar Updated password reset email message. --- start/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start/events.js') diff --git a/start/events.js b/start/events.js index d0fb749..b734797 100644 --- a/start/events.js +++ b/start/events.js @@ -5,8 +5,8 @@ const Env = use('Env'); Event.on('forgot::password', async ({ user, token }) => { const body = ` Hello ${user.username}, -we just received a request to reset your password of your Ferdi account. -Use the link below to reset your password. If you havn't requested this, please ignore this message. +we received a request to reset your Ferdi account password. +Use the link below to reset your password. If you didn't requested that your password be reset, please ignore this message. ${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)} -- cgit v1.2.3-54-g00ecf