[CST-3090] fix position of word 'here'

This commit is contained in:
Danilo Di Nuzzo
2020-06-26 09:37:43 +02:00
parent f841e45019
commit f37de548c0
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.",