Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
f37de548
Commit
f37de548
authored
4 years ago
by
Danilo Di Nuzzo
Browse files
Options
Downloads
Patches
Plain Diff
[CST-3090] fix position of word 'here'
parent
f841e450
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/shared/notifications/notifications.service.ts
+1
-1
1 addition, 1 deletion
src/app/shared/notifications/notifications.service.ts
src/assets/i18n/en.json5
+1
-1
1 addition, 1 deletion
src/assets/i18n/en.json5
with
2 additions
and
2 deletions
src/app/shared/notifications/notifications.service.ts
+
1
−
1
View file @
f37de548
...
...
@@ -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
({});
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/en.json5
+
1
−
1
View file @
f37de548
...
...
@@ -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.",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment