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
97f13699
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
app/assets/javascripts/sidebar/components/lock/edit_form.vue
app/assets/javascripts/sidebar/components/lock/edit_form.vue
+7
-6
app/assets/javascripts/sidebar/components/lock/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 {
...
@@ -39,15 +39,16 @@ export default {
<div
class=
"dropdown open"
>
<div
class=
"dropdown open"
>
<div
class=
"dropdown-menu sidebar-item-warning-message"
>
<div
class=
"dropdown-menu sidebar-item-warning-message"
>
<p
class=
"text"
v-if=
"isLocked"
>
<p
class=
"text"
v-if=
"isLocked"
>
{{
__
(
`Unlock this ${issuableDisplayName(issuableType)
}
?`
)
}}
Unlock this
{{
issuableDisplayName
(
issuableType
)
}}
?
<
strong
>
{{
__
(
'
Everyone
'
)
}}
<
/strong
>
<strong>
Everyone
</strong>
{{
__
(
'
will be able to comment.
'
)
}}
will be able to comment.
</p>
</p>
<p
class=
"text"
v-else
>
<p
class=
"text"
v-else
>
{{
__
(
`Lock this ${issuableDisplayName(issuableType)
}
? Only`
)
}}
Lock this
{{
issuableDisplayName
(
issuableType
)
}}
?
<
strong
>
{{
__
(
'
project members
'
)
}}
<
/strong
>
Only
{{
__
(
'
will be able to comment.
'
)
}}
<strong>
project members
</strong>
will be able to comment
</p>
</p>
<edit-form-buttons
<edit-form-buttons
...
...
app/assets/javascripts/sidebar/components/lock/lock_issue_sidebar.vue
View file @
97f13699
...
@@ -74,7 +74,7 @@ export default {
...
@@ -74,7 +74,7 @@ export default {
</div>
</div>
<div
class=
"title hide-collapsed"
>
<div
class=
"title hide-collapsed"
>
{{
__
(
`Lock ${issuableDisplayName(issuableType)
}
`
)
}}
Lock
{{
issuableDisplayName
(
issuableType
)
}}
<button
<button
v-if=
"isEditable"
v-if=
"isEditable"
class=
"pull-right lock-edit btn btn-blank"
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