Merge pull request #25707 from barredterra/translatable-insights-ad

This commit is contained in:
Raffael Meyer 2024-03-28 17:21:16 +01:00 committed by GitHub
commit c43ec1cc37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;">