mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'CST-3090-collection-dropdown' into CST-3091
This commit is contained in:
@@ -75,7 +75,7 @@ export class NotificationsService {
|
|||||||
this.translate.get(hrefTranslateLabel)
|
this.translate.get(hrefTranslateLabel)
|
||||||
.pipe(first())
|
.pipe(first())
|
||||||
.subscribe((hrefMsg) => {
|
.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>
|
<strong>${hrefMsg}</strong>
|
||||||
</a>`;
|
</a>`;
|
||||||
const interpolateParams = Object.create({});
|
const interpolateParams = Object.create({});
|
||||||
|
@@ -1737,7 +1737,7 @@
|
|||||||
|
|
||||||
"mydspace.description": "",
|
"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.",
|
"mydspace.messages.controller-help": "Select this option to send a message to item's submitter.",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user