diff --git a/src/views/partials/notifications/message-joboffer.pug b/src/views/partials/notifications/message-joboffer.pug index 2f4a148ac1d6e5050a4d005f8d8a09ebd067c7f9..b48f7cdd125d3691b229c40499ccda6e3c377730 100644 --- a/src/views/partials/notifications/message-joboffer.pug +++ b/src/views/partials/notifications/message-joboffer.pug @@ -3,6 +3,6 @@ solid-notifications-template(data-rdf-type='hd:joboffer') .solid-notification__avatar | ${await author['account.picture'] ? `<img src="${await author['account.picture']}" style="max-width:100%; max-height: 100%;" />` : `<img src="/images/alien.webp" />`} .solid-notification__content - span.solid-notification__title ${await author.name} + span.solid-notification__title ${await author.name} span.solid-notification__title__side(data-trans='notification.joboffer.new') p.solid-notification__summary ${await object.title}