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>
|
<template>
|
||||||
<div
|
<div
|
||||||
ref="conversationCard"
|
ref="conversationCard"
|
||||||
|
:title="$t('CONVERSATION.CARD.RIGHT_CLICK_TOOLTIP')"
|
||||||
class="conversation"
|
class="conversation"
|
||||||
:class="{
|
:class="{
|
||||||
active: isActiveChat,
|
active: isActiveChat,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue