diff --git a/src/api/notification/NotificationUtilities.ts b/src/api/notification/NotificationUtilities.ts index 067e7a1d..7aeda5eb 100644 --- a/src/api/notification/NotificationUtilities.ts +++ b/src/api/notification/NotificationUtilities.ts @@ -58,7 +58,7 @@ export class NotificationUtilities { let imageUrl = options.get('image'); - if(!imageUrl) imageUrl = GetConfiguration('image.library.notifications.url', '').replace('%image', type.replace(/\./g, '_')); + if(!imageUrl) imageUrl = GetConfiguration('image.library.notifications.url', '').replace('%image%', type.replace(/\./g, '_')); return LocalizeText(imageUrl); }