fix: Missing traduction in the query popup
This commit is contained in:
parent
0dfba5c6b9
commit
20d3ea6a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat
|
|||
filter[3].push("...");
|
||||
}
|
||||
|
||||
let value = filter[3] == null || filter[3] === "" ? __("empty") : String(filter[3]);
|
||||
let value = filter[3] == null || filter[3] === "" ? __("empty") : String(__(filter[3]));
|
||||
|
||||
return [__(label).bold(), __(filter[2]), value.bold()].join(" ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue