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

altparty’s picture

Version: 5.x-1.0-beta3 » 5.x-1.0
jose reyero’s picture

Status: Active » Fixed

Thanks, fixed for 5.x and 6.x

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.