Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1b50640d
Commit
1b50640d
authored
Nov 27, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
8fe378e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/notes/components/discussion_locked_widget.vue
...javascripts/notes/components/discussion_locked_widget.vue
+3
-3
No files found.
app/assets/javascripts/notes/components/discussion_locked_widget.vue
View file @
1b50640d
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
import
Issuable
from
'
~/vue_shared/mixins/issuable
'
;
import
Issuable
from
'
~/vue_shared/mixins/issuable
'
;
export
default
{
export
default
{
mixins
:
{
mixins
:
[
Issuable
,
Issuable
,
}
,
]
,
components
:
{
components
:
{
Icon
,
Icon
,
},
},
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
:size=
"16"
:size=
"16"
class=
"icon"
>
class=
"icon"
>
</icon>
</icon>
<span>
This
{{
issuableDisplayName
}
is
locked
.
Only
<
b
>
project
members
<
/b> can comment.</
span
>
<span>
This
{{
issuableDisplayName
}
}
is locked. Only
<b>
project members
</b>
can comment.
</span>
</span>
</span>
</div>
</div>
</
template
>
</
template
>
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