From 5460876ff40dea180848fd4a478a9399b86b3b45 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 2 Jun 2023 17:33:09 +0200 Subject: [PATCH] Update umap/views.py Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- umap/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/views.py b/umap/views.py index 8c6374c8..04dc1dd4 100644 --- a/umap/views.py +++ b/umap/views.py @@ -630,7 +630,7 @@ class SendEditLink(FormLessEditMixin, FormView): link = self.object.get_anonymous_edit_url() send_mail( - _("Your secret edit link"), + _("The uMap edit link for your map: %(map_name)s" % {"map_name": self.object.name}), _("Here is your secret edit link: %(link)s" % {"link": link}), settings.FROM_EMAIL, [email],