Skip to content

Commit

Permalink
fix: make ads translatable
Browse files Browse the repository at this point in the history
(cherry picked from commit 7426805)
  • Loading branch information
barredterra authored and mergify[bot] committed Mar 27, 2024
1 parent f7f2849 commit 217ef0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/core/doctype/server_script/server_script_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = $(`
<div style="position: relative;">
Expand Down

0 comments on commit 217ef0b

Please sign in to comment.