From 02fa76f3dfcfd97989b16607e65b420c4eaebea9 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:06:03 +0530 Subject: [PATCH] chore: Update contact empty state data (#12207) # Pull Request Template ## Description Fixes https://linear.app/chatwoot/issue/CW-5432/use-a-different-company-nameemail-for-the-empty-state-in-contacts ## How Has This Been Tested? ### Screenshot image ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- .../Contacts/EmptyState/contactEmptyStateContent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/EmptyState/contactEmptyStateContent.js b/app/javascript/dashboard/components-next/Contacts/EmptyState/contactEmptyStateContent.js index 6d80c9151..64fdc9e11 100644 --- a/app/javascript/dashboard/components-next/Contacts/EmptyState/contactEmptyStateContent.js +++ b/app/javascript/dashboard/components-next/Contacts/EmptyState/contactEmptyStateContent.js @@ -4,8 +4,8 @@ export default [ city: 'Los Angeles', country: 'United States', description: - "I'm Candice, a developer focusing on building web solutions. Currently, I’m working as a Product Developer at Chatwoot.", - companyName: 'Chatwoot', + "I'm Candice, a developer focusing on building web solutions. Currently, I’m working as a Product Developer at Lumora.", + companyName: 'Lumora', countryCode: 'US', socialProfiles: { github: 'candice-dev', @@ -16,7 +16,7 @@ export default [ }, }, availabilityStatus: 'offline', - email: 'candice.matherson@chatwoot.com', + email: 'candice.matherson@lumora.com', id: 22, name: 'Candice Matherson', phoneNumber: '+14155552671',