Adds title for conversation card
This commit is contained in:
parent
2f2ee37b5d
commit
1e87cf3562
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div
|
||||
ref="conversationCard"
|
||||
:title="$t('CONVERSATION.CARD.RIGHT_CLICK_TOOLTIP')"
|
||||
class="conversation"
|
||||
:class="{
|
||||
active: isActiveChat,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue