less awkard "replying to last status" text
This commit is contained in:
parent
4c8644e938
commit
663dc3c043
2 changed files with 9 additions and 28 deletions
|
|
@ -219,7 +219,7 @@
|
|||
class="chat-view-reply-form panel-footer -flexible-height"
|
||||
>
|
||||
<div class="auto-reply-to-section">
|
||||
<span class="reply-to-text">
|
||||
<center class="reply-to-text">
|
||||
{{ explicitReplyStatus ? $t('status.reply_to_selected') : $t('status.reply_to_last') }}
|
||||
<button
|
||||
v-if="explicitReplyStatus"
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
<FAIcon icon="times" />
|
||||
{{ $t('general.cancel') }}
|
||||
</button>
|
||||
</span>
|
||||
</center>
|
||||
</div>
|
||||
<PostStatusForm
|
||||
class="reply-form"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue