change mail_notification_message_moderator msgid to keep old mail template for Plone 5.1 in plone.app.locales 5.1.x to stay compatible with both Plone 5.1.x and 5.2.x

This commit is contained in:
Vincent Fretin 2020-03-20 15:15:25 +01:00
parent d39b2fcbbe
commit 181fee785b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ MAIL_NOTIFICATION_MESSAGE = _(
) )
MAIL_NOTIFICATION_MESSAGE_MODERATOR = _( MAIL_NOTIFICATION_MESSAGE_MODERATOR = _(
u'mail_notification_message_moderator', u'mail_notification_message_moderator2',
default=u'A comment on "${title}" ' default=u'A comment on "${title}" '
u'has been posted by ${commentator}\n' u'has been posted by ${commentator}\n'
u'here: ${link}\n\n' u'here: ${link}\n\n'