fix: make message translatable (backport #46863) (#46866)

fix: make message translatable (#46863)

(cherry picked from commit 7d12e9afd4)

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2025-04-05 17:37:36 +02:00
committed by GitHub
parent fcade5d8cd
commit d7bb4a288c

View File

@@ -138,7 +138,7 @@ erpnext.accounts.unreconcile_payment = {
);
d.hide();
} else {
frappe.msgprint("No Selection");
frappe.msgprint(__("No Selection"));
}
},
});