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>
<div
ref="conversationCard"
:title="$t('CONVERSATION.CARD.RIGHT_CLICK_TOOLTIP')"
class="conversation"
:class="{
active: isActiveChat,

View file

@ -159,7 +159,8 @@
"GOTO_INBOX": "Goto inbox",
"SHOW_LABELS": "Show 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": {
"INSTAGRAM_DM": "Via instagram DM",