Adds title for conversation card

This commit is contained in:
Nithin David 2022-12-16 20:47:57 +05:30
parent 2f2ee37b5d
commit 1e87cf3562
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<template> <template>
<div <div
ref="conversationCard" ref="conversationCard"
:title="$t('CONVERSATION.CARD.RIGHT_CLICK_TOOLTIP')"
class="conversation" class="conversation"
:class="{ :class="{
active: isActiveChat, active: isActiveChat,

View file

@ -159,7 +159,8 @@
"GOTO_INBOX": "Goto inbox", "GOTO_INBOX": "Goto inbox",
"SHOW_LABELS": "Show labels", "SHOW_LABELS": "Show labels",
"HIDE_LABELS": "Hide labels", "HIDE_LABELS": "Hide labels",
"AGENT_TOOLTIP": "Right click to change agent" "AGENT_TOOLTIP": "Right click to change agent",
"RIGHT_CLICK_TOOLTIP": "Right click for more options"
}, },
"VIA_TOOLTIP": { "VIA_TOOLTIP": {
"INSTAGRAM_DM": "Via instagram DM", "INSTAGRAM_DM": "Via instagram DM",