Commit 97f13699 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove interpolated translation strings

parent 59a6f15c
...@@ -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
......
...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment