diff --git a/app/javascript/dashboard/components-next/Conversation/InboxName.vue b/app/javascript/dashboard/components-next/Conversation/InboxName.vue index c6a081c75..945bbc125 100644 --- a/app/javascript/dashboard/components-next/Conversation/InboxName.vue +++ b/app/javascript/dashboard/components-next/Conversation/InboxName.vue @@ -1,4 +1,5 @@ diff --git a/app/javascript/dashboard/components/widgets/InboxName.vue b/app/javascript/dashboard/components/widgets/InboxName.vue index 583c912a3..aa2d99255 100644 --- a/app/javascript/dashboard/components/widgets/InboxName.vue +++ b/app/javascript/dashboard/components/widgets/InboxName.vue @@ -1,4 +1,5 @@ diff --git a/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json index 48f7ab215..755829e41 100644 --- a/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json @@ -4,6 +4,7 @@ "DESCRIPTION": "A channel is the mode of communication your customer chooses to interact with you. An inbox is where you manage interactions for a specific channel. It can include communications from various sources such as email, live chat, and social media.", "LEARN_MORE": "Learn more about inboxes", "COUNT": "{n} inbox | {n} inboxes", + "DISABLED": "Disabled", "SEARCH_PLACEHOLDER": "Search inboxes...", "NO_RESULTS": "No inboxes found matching your search", "RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.", diff --git a/app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue index 0026cd8a9..6223b1b70 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue @@ -142,10 +142,20 @@ const openDelete = inbox => { > -
- - {{ inbox.name }} - +
+
+ + {{ inbox.name }} + + + {{ $t('INBOX_MGMT.DISABLED') }} + +