Merge pull request #23140 from cogk/use-other-wording-for-quick-entry
This commit is contained in:
commit
0d72a7964a
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue