Merge pull request #26912 from mahsem/fix-translation-in-dashboard_utils.js
fix: translation in dashboard_utils.js
This commit is contained in:
commit
220cdf2575
1 changed files with 2 additions and 2 deletions
|
|
@ -160,9 +160,9 @@ frappe.dashboard_utils = {
|
|||
fieldtype: "HTML",
|
||||
fieldname: "description",
|
||||
options: `<div>
|
||||
<p>Set dynamic filter values in JavaScript for the required fields here.
|
||||
<p>${__("Set dynamic filter values in JavaScript for the required fields here.")}
|
||||
</p>
|
||||
<p>Ex:
|
||||
<p>${__("For example:")}
|
||||
<code>frappe.defaults.get_user_default("Company")</code>
|
||||
</p>
|
||||
</div>`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue