diff --git a/frontend/src/components/Icons/WhatsAppIcon.vue b/frontend/src/components/Icons/WhatsAppIcon.vue index 924a16b8..b4ee2250 100644 --- a/frontend/src/components/Icons/WhatsAppIcon.vue +++ b/frontend/src/components/Icons/WhatsAppIcon.vue @@ -9,7 +9,7 @@ diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index 3e010b00..d38fae9a 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -47,9 +47,10 @@
- {{ __('About this Deal') }} + {{ __(deal.data.name) }}
@@ -316,6 +317,7 @@ import { setupAssignees, setupCustomActions, errorMessage, + copyToClipboard, } from '@/utils' import { globalStore } from '@/stores/global' import { organizationsStore } from '@/stores/organizations' diff --git a/frontend/src/pages/Lead.vue b/frontend/src/pages/Lead.vue index fe976a3d..e94e4c2f 100644 --- a/frontend/src/pages/Lead.vue +++ b/frontend/src/pages/Lead.vue @@ -52,9 +52,10 @@
- {{ __('About this Lead') }} + {{ __(lead.data.name) }}