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"
|
class="chat-view-reply-form panel-footer -flexible-height"
|
||||||
>
|
>
|
||||||
<div class="auto-reply-to-section">
|
<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') }}
|
{{ explicitReplyStatus ? $t('status.reply_to_selected') : $t('status.reply_to_last') }}
|
||||||
<button
|
<button
|
||||||
v-if="explicitReplyStatus"
|
v-if="explicitReplyStatus"
|
||||||
|
|
@ -223,7 +223,7 @@
|
||||||
<FAIcon icon="times" />
|
<FAIcon icon="times" />
|
||||||
{{ $t('general.cancel') }}
|
{{ $t('general.cancel') }}
|
||||||
</button>
|
</button>
|
||||||
</h4>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<PostStatusForm
|
<PostStatusForm
|
||||||
class="reply-form"
|
class="reply-form"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue