From a4b3824a42e8154f01edd814b812f03dba476100 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Thu, 15 Apr 2021 22:01:23 +0300 Subject: [PATCH] Fix typo in standard mail template --- src/mibew/locales/en/mail_templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mibew/locales/en/mail_templates.yml b/src/mibew/locales/en/mail_templates.yml index b3fa6871..25ba5529 100644 --- a/src/mibew/locales/en/mail_templates.yml +++ b/src/mibew/locales/en/mail_templates.yml @@ -6,4 +6,4 @@ password_recovery: body: "Hi, {0}\n\nPlease click on the link below or copy and paste the URL into your browser:\n{1}\n\nThis will let you choose another password.\n\nRegards,\nMibew Messenger" leave_message: subject: 'Question from {0}' - body: "Your have a message from {0}:\n\n{2}\n\nHis email: {1}\n{3}\n--- \nRegards,\nMibew Messenger" + body: "You have a message from {0}:\n\n{2}\n\nHis email: {1}\n{3}\n--- \nRegards,\nMibew Messenger"