Skip to content

Commit

Permalink
fix: make insights ad translatable
Browse files Browse the repository at this point in the history
(cherry picked from commit 449d7d3)
  • Loading branch information
barredterra authored and mergify[bot] committed Mar 28, 2024
1 parent 0165c75 commit 43e6734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/public/js/frappe/list/list_sidebar.js
Expand Up @@ -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;">
Expand Down

0 comments on commit 43e6734

Please sign in to comment.