Merge branch 'CST-3090-collection-dropdown' into CST-3091

This commit is contained in:
Danilo Di Nuzzo
2020-06-26 09:44:09 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export class NotificationsService {
this.translate.get(hrefTranslateLabel)
.pipe(first())
.subscribe((hrefMsg) => {
const anchor = `<a class="btn btn-link p-0 m-0" href="${href}" >
const anchor = `<a class="align-baseline btn btn-link p-0 m-0" href="${href}" >
<strong>${hrefMsg}</strong>
</a>`;
const interpolateParams = Object.create({});

View File

@@ -1737,7 +1737,7 @@
"mydspace.description": "",
"mydspace.general.text-here": "HERE",
"mydspace.general.text-here": "here",
"mydspace.messages.controller-help": "Select this option to send a message to item's submitter.",