change header to span
This commit is contained in:
parent
b6ff0b2bf6
commit
52af3c4420
1 changed files with 2 additions and 2 deletions
|
|
@ -213,7 +213,7 @@
|
|||
class="chat-view-reply-form panel-footer -flexible-height"
|
||||
>
|
||||
<div class="auto-reply-to-section">
|
||||
<h4 class="reply-to-text">
|
||||
<span class="reply-to-text">
|
||||
{{ explicitReplyStatus ? $t('status.reply_to_selected') : $t('status.reply_to_last') }}
|
||||
<button
|
||||
v-if="explicitReplyStatus"
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
<FAIcon icon="times" />
|
||||
{{ $t('general.cancel') }}
|
||||
</button>
|
||||
</h4>
|
||||
</span>
|
||||
</div>
|
||||
<PostStatusForm
|
||||
class="reply-form"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue