Skip to content

Commit

Permalink
chore: translatable label
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Oct 28, 2024
1 parent 75ae4c4 commit 62e4291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

frappe.ui.form.on("Razorpay Settings", {
refresh: function (frm) {
frm.add_custom_button("Clear", function () {
frm.add_custom_button(__("Clear"), function () {
frm.call({
doc: frm.doc,
method: "clear",
Expand Down

0 comments on commit 62e4291

Please sign in to comment.