From e2cccc4005370c1bed3477e6096406335ee23867 Mon Sep 17 00:00:00 2001 From: Gursheen Anand Date: Thu, 12 Oct 2023 15:57:38 +0530 Subject: [PATCH] chore: correct typo --- erpnext/accounts/doctype/journal_entry/journal_entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/journal_entry/journal_entry.js b/erpnext/accounts/doctype/journal_entry/journal_entry.js index 0f209e6dba..48d865777c 100644 --- a/erpnext/accounts/doctype/journal_entry/journal_entry.js +++ b/erpnext/accounts/doctype/journal_entry/journal_entry.js @@ -15,7 +15,7 @@ frappe.ui.form.on("Journal Entry", { erpnext.toggle_naming_series(); if (frm.doc.repost_required && frm.doc.docstatus===1) { - frm.set_intro(__("Accounting entries for this invoice need to be reposted. Please click on 'Repost' button to update.")); + frm.set_intro(__("Accounting entries for this Journal Entry need to be reposted. Please click on 'Repost' button to update.")); frm.add_custom_button(__('Repost Accounting Entries'), () => { frm.call({