Within the file notifications_content.module, on line 185, a wrong token is used. [node-type] should be [type-name].
original:
'line' => t('The [node-type] has been updated'),
should be:
'line' => t('The [type-name] has been updated'),
The original token will not be translated in digest email notifications.
Comments
Comment #1
altparty commentedComment #2
jose reyero commentedThanks, fixed for 5.x and 6.x
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.