Commit 1b50640d authored by Simon Knox's avatar Simon Knox

fix typos

parent 8fe378e0
......@@ -3,9 +3,9 @@
import Issuable from '~/vue_shared/mixins/issuable';
export default {
mixins: {
mixins: [
Issuable,
},
],
components: {
Icon,
},
......@@ -20,7 +20,7 @@
:size="16"
class="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>
</div>
</template>
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