diff --git a/frappe/core/doctype/server_script/server_script_list.js b/frappe/core/doctype/server_script/server_script_list.js index 0df447a0eb..1d4cdfdfe6 100644 --- a/frappe/core/doctype/server_script/server_script_list.js +++ b/frappe/core/doctype/server_script/server_script_list.js @@ -15,9 +15,9 @@ function add_github_star_cta(listview) { listview.github_star_banner.remove(); } - const message = "Loving Frappe Framework?"; + const message = __("Loving Frappe Framework?"); const link = "https://github.com/frappe/frappe"; - const cta = "Star us on GitHub"; + const cta = __("Star us on GitHub"); listview.github_star_banner = $(`