From f5e4a59ff94391cdc767f1037b46835a2f912300 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:16:14 +0200 Subject: [PATCH] fix: product name should not be translatable --- frappe/public/js/frappe/list/list_sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/list/list_sidebar.js b/frappe/public/js/frappe/list/list_sidebar.js index 9a79d37cbd..b6e818841f 100644 --- a/frappe/public/js/frappe/list/list_sidebar.js +++ b/frappe/public/js/frappe/list/list_sidebar.js @@ -272,7 +272,7 @@ frappe.views.ListSidebar = class ListSidebar { const message = __("Get more insights with"); const link = "https://frappe.io/s/insights"; - const cta = __("Frappe Insights"); + const cta = "Frappe Insights"; this.insights_banner = $(`