Skip to content

Commit

Permalink
chore: fix tour messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal authored Feb 2, 2024
1 parent 9fbf957 commit b78991f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hrms/hr/doctype/leave_type/leave_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ frappe.tour["Leave Type"] = [
fieldname: "is_compensatory",
title: "Is Compensatory Leave",
description: __(
"Leaves you can avail against a holiday you worked on. You can claim Compensatory Off Leave using Compensatory Leave request. Click {0} to know more",
"Leaves you can avail against a holiday you worked on. You can claim Compensatory Off Leave using Compensatory Leave Request. Click {0} to know more",
[
`<a href='https://docs.erpnext.com/docs/v13/user/manual/en/human-resources/compensatory-leave-request' target='_blank'>${__("here")}</a>`
`<a href='https://frappehr.com/docs/v14/en/compensatory-leave-request' target='_blank'>${__("here")}</a>`
]
)
},
Expand Down

0 comments on commit b78991f

Please sign in to comment.