From c09b10a710193168f94c3bc2c16f8fc29c2ca3fd Mon Sep 17 00:00:00 2001
From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date: Thu, 1 Sep 2022 17:12:47 +0530
Subject: [PATCH] feat: Display identifier in the contacts info panel (#5318)
---
app/javascript/dashboard/i18n/locale/en/contact.json | 1 +
.../routes/dashboard/conversation/contact/ContactInfo.vue | 7 +++++++
.../shared/components/FluentIcon/dashboard-icons.json | 2 ++
3 files changed, 10 insertions(+)
diff --git a/app/javascript/dashboard/i18n/locale/en/contact.json b/app/javascript/dashboard/i18n/locale/en/contact.json
index 0bc399ba1ec8e..0a7f4092a9ef2 100644
--- a/app/javascript/dashboard/i18n/locale/en/contact.json
+++ b/app/javascript/dashboard/i18n/locale/en/contact.json
@@ -3,6 +3,7 @@
"NOT_AVAILABLE": "Not Available",
"EMAIL_ADDRESS": "Email Address",
"PHONE_NUMBER": "Phone number",
+ "IDENTIFIER": "Identifier",
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
"COMPANY": "Company",
"LOCATION": "Location",
diff --git a/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue b/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue
index 3a2d62e1eb314..27192737d63a4 100644
--- a/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue
+++ b/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue
@@ -48,6 +48,13 @@
emoji="📞"
:title="$t('CONTACT_PANEL.PHONE_NUMBER')"
/>
+