Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
d90c9381
Commit
d90c9381
authored
Aug 09, 2021
by
dindigala
Browse files
fix: remove obsolete space before the colon
parent
dbfaf94a
Pipeline
#219209
passed with stages
in 4 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/annotations/annotations.vue
View file @
d90c9381
...
...
@@ -361,7 +361,7 @@ export default {
});
const
text
=
`<span class="text-body1">
${
!
isMultiple
?
`
${
this
.
$t
(
'
toolTip_Reference
'
)}
`
:
`
${
this
.
$t
(
'
toolTip_References
'
)}
`
}
:
${
!
isMultiple
?
`
${
this
.
$t
(
'
toolTip_Reference
'
)}
`
:
`
${
this
.
$t
(
'
toolTip_References
'
)}
`
}
:
</span>
<br>
<div class="text-body2">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment