Sendmail: Rename "automated emails" to "scheduled emails" (#3556)

This commit is contained in:
Raphael Michel
2023-08-31 11:01:50 +02:00
committed by GitHub
parent bca4cd1e23
commit 12095c0c9c
51 changed files with 150 additions and 150 deletions

View File

@@ -96,7 +96,7 @@ def control_nav_import(sender, request=None, **kwargs):
'active': (url.namespace == 'plugins:sendmail' and url.url_name.startswith('send')),
},
{
'label': _('Automated emails'),
'label': _('Scheduled emails'),
'url': reverse('plugins:sendmail:rule.list', kwargs={
'event': request.event.slug,
'organizer': request.event.organizer.slug,