fix: product name should not be translatable
This commit is contained in:
parent
49fce67e88
commit
f5e4a59ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue