From 64a1719afafb14a189e4dc8b2e179670214ac14f Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Mon, 17 Mar 2025 13:37:29 +0530 Subject: [PATCH] style: remove space --- frappe/public/js/frappe/list/list_sidebar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/js/frappe/list/list_sidebar.js b/frappe/public/js/frappe/list/list_sidebar.js index 559812719f..faca84ed82 100644 --- a/frappe/public/js/frappe/list/list_sidebar.js +++ b/frappe/public/js/frappe/list/list_sidebar.js @@ -325,10 +325,10 @@ frappe.views.ListSidebar = class ListSidebar { return; } - const message = __("Upgrade your support experience with "); + const message = __("Upgrade your support experience with"); const link = "https://frappe.io/helpdesk?utm_source=support-sidebar&utm_medium=sidebar&utm_campaign=frappe-ad"; - const cta = "Frappe Helpdesk"; + const cta = " Frappe Helpdesk"; this.add_banner(message, link, cta); } };