fix: product name should not be translatable

This commit is contained in:
barredterra 2024-04-02 17:16:14 +02:00
parent 49fce67e88
commit f5e4a59ff9

View file

@ -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 = $(`
<div style="position: relative;">