BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
97f13699
Unverified
Commit
97f13699
authored
Oct 03, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove interpolated translation strings
parent
59a6f15c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
edit_form.vue
app/assets/javascripts/sidebar/components/lock/edit_form.vue
+7
-6
lock_issue_sidebar.vue
...avascripts/sidebar/components/lock/lock_issue_sidebar.vue
+1
-1
No files found.
app/assets/javascripts/sidebar/components/lock/edit_form.vue
View file @
97f13699
...
...
@@ -39,15 +39,16 @@ export default {
<div
class=
"dropdown open"
>
<div
class=
"dropdown-menu sidebar-item-warning-message"
>
<p
class=
"text"
v-if=
"isLocked"
>
{{
__
(
`Unlock this ${issuableDisplayName(issuableType)
}
?`
)
}}
<
strong
>
{{
__
(
'Everyone'
)
}}
<
/strong
>
{{
__
(
'will be able to comment.'
)
}}
Unlock this
{{
issuableDisplayName
(
issuableType
)
}}
?
<strong>
Everyone
</strong>
will be able to comment.
</p>
<p
class=
"text"
v-else
>
{{
__
(
`Lock this ${issuableDisplayName(issuableType)
}
? Only`
)
}}
<
strong
>
{{
__
(
'project members'
)
}}
<
/strong
>
{{
__
(
'will be able to comment.'
)
}}
Lock this
{{
issuableDisplayName
(
issuableType
)
}}
?
Only
<strong>
project members
</strong>
will be able to comment
</p>
<edit-form-buttons
...
...
app/assets/javascripts/sidebar/components/lock/lock_issue_sidebar.vue
View file @
97f13699
...
...
@@ -74,7 +74,7 @@ export default {
</div>
<div
class=
"title hide-collapsed"
>
{{
__
(
`Lock ${issuableDisplayName(issuableType)
}
`
)
}}
Lock
{{
issuableDisplayName
(
issuableType
)
}}
<button
v-if=
"isEditable"
class=
"pull-right lock-edit btn btn-blank"
...
...
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