Merge pull request #26912 from mahsem/fix-translation-in-dashboard_utils.js

fix: translation in dashboard_utils.js
This commit is contained in:
Akhil Narang 2024-07-11 17:29:56 +05:30 committed by GitHub
commit 220cdf2575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>`,