From 410e6a4a55654046c171a343574ed51af1a1af0f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 20 May 2019 23:29:54 -0400 Subject: [PATCH] Improve mailer no-result template message Signed-off-by: Roberto Rosario --- mayan/apps/mailer/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/mailer/views.py b/mayan/apps/mailer/views.py index 7a43f9a1e6..ca8193d479 100644 --- a/mayan/apps/mailer/views.py +++ b/mayan/apps/mailer/views.py @@ -231,8 +231,8 @@ class UserMailerListView(SingleObjectListView): ), 'no_results_text': _( 'Mailing profiles are email configurations. ' - 'Mailing profiles are used to send documents ' - 'via email.' + 'Mailing profiles allow sending documents as attachments or as ' + 'links via email.' ), 'no_results_title': _('No mailing profiles available'), 'title': _('Mailing profile'),