Skip to content
Snippets Groups Projects
Commit f37de548 authored by Danilo Di Nuzzo's avatar Danilo Di Nuzzo
Browse files

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

parent f841e450
No related merge requests found
......@@ -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({});
......
......@@ -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.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment