Skip to content

Commit

Permalink
fix(ux): better copy
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 12, 2024
1 parent 4550132 commit cc3ff1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/wiki/report/wiki_broken_links/wiki_broken_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ frappe.query_reports["Wiki Broken Links"] = {
},
{
fieldname: "check_images",
label: __("Check images?"),
label: __("Include images?"),
fieldtype: "Check",
default: 1,
},
{
fieldname: "check_internal_links",
label: __("Check internal links?"),
label: __("Include internal links?"),
fieldtype: "Check",
default: 0,
},
Expand Down

0 comments on commit cc3ff1c

Please sign in to comment.