Merge pull request #23140 from cogk/use-other-wording-for-quick-entry

This commit is contained in:
Shariq Ansari 2023-11-18 19:58:25 +05:30 committed by GitHub
commit 0d72a7964a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ frappe.ui.form.QuickEntryForm = class QuickEntryForm {
if (data) {
me.dialog.working = true;
me.insert().then(() => {
let messagetxt = __("Created new {0} {1}", [
let messagetxt = __("New {0} {1} created", [
__(me.doctype),
this.doc.name.bold(),
]);