diff --git a/src/views/partials/notifications/message-joboffer.pug b/src/views/partials/notifications/message-joboffer.pug index b48f7cdd125d3691b229c40499ccda6e3c377730..48c8281ca43412235a0f91034c457ac64aaf5bba 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}