From 83873d49ae8c90cc21d8d1732e799c8d83dfba6a Mon Sep 17 00:00:00 2001 From: Aaron Lil Vazquez Date: Fri, 22 Aug 2025 07:07:36 -0300 Subject: [PATCH] fix(meta): use dynamic installation name in vueapp.html.erb (#11799) This PR updates the meta description in `vueapp.html.erb` to use the dynamic installation name, replacing the previously hardcoded "Chatwoot" brand. **Motivation:** This change allows self-hosted instances to display their own branding in meta descriptions, improving customization and SEO for custom installations. Co-authored-by: Sojan Jose --- app/views/layouts/vueapp.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/vueapp.html.erb b/app/views/layouts/vueapp.html.erb index 8ccac6c48..55fba871c 100644 --- a/app/views/layouts/vueapp.html.erb +++ b/app/views/layouts/vueapp.html.erb @@ -9,7 +9,7 @@ - + <% if ENV['IOS_APP_IDENTIFIER'].present? %> '> <% end %>