mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Add missing label to locale file (#1513)
This commit is contained in:
@@ -47,8 +47,13 @@
|
||||
:is-a-tweet="isATweet"
|
||||
/>
|
||||
<li v-show="getUnreadCount != 0" class="unread--toast">
|
||||
<span>
|
||||
{{ getUnreadCount }} UNREAD MESSAGE{{ getUnreadCount > 1 ? 'S' : '' }}
|
||||
<span class="text-uppercase">
|
||||
{{ getUnreadCount }}
|
||||
{{
|
||||
getUnreadCount > 1
|
||||
? $t('CONVERSATION.UNREAD_MESSAGES')
|
||||
: $t('CONVERSATION.UNREAD_MESSAGE')
|
||||
}}
|
||||
</span>
|
||||
</li>
|
||||
<message
|
||||
|
||||
Reference in New Issue
Block a user