Commit 7374d2cc authored by Fatih Acet's avatar Fatih Acet

Add missing button title.

parent 57ccfb9a
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
v-if="note.can_reply" v-if="note.can_reply"
type="button" type="button"
class="btn btn-text-field js-discussion-reply-button" class="btn btn-text-field js-discussion-reply-button"
title="Add a reply"></button> title="Add a reply">Reply...</button>
<div <div
v-if="!note.can_reply" v-if="!note.can_reply"
class="disabled-comment text-center"> class="disabled-comment text-center">
......
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