From fd8919b9013dc37c5c3bf0b37090fbf5b300c211 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:04:34 +0530 Subject: [PATCH] chore: Replace installation name in captain empty state (#13083) # Pull Request Template ## Description This PR fixes the installation name in empty states on the Captain Documents and Captain FAQs pages. Fixes https://linear.app/chatwoot/issue/CW-6159/display-brand-name-in-empty-state-messages-on-the-captain-page ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? ### Screenshots image 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 --- .../pageComponents/emptyStates/DocumentPageEmptyState.vue | 5 ++++- .../pageComponents/emptyStates/ResponsePageEmptyState.vue | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/javascript/dashboard/components-next/captain/pageComponents/emptyStates/DocumentPageEmptyState.vue b/app/javascript/dashboard/components-next/captain/pageComponents/emptyStates/DocumentPageEmptyState.vue index 8fb612bc4..0d5841e5a 100644 --- a/app/javascript/dashboard/components-next/captain/pageComponents/emptyStates/DocumentPageEmptyState.vue +++ b/app/javascript/dashboard/components-next/captain/pageComponents/emptyStates/DocumentPageEmptyState.vue @@ -1,5 +1,6 @@