Merge pull request #25707 from barredterra/translatable-insights-ad
This commit is contained in:
commit
c43ec1cc37
1 changed files with 2 additions and 2 deletions
|
|
@ -270,9 +270,9 @@ frappe.views.ListSidebar = class ListSidebar {
|
|||
this.insights_banner.remove();
|
||||
}
|
||||
|
||||
const message = "Get more insights with";
|
||||
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