[fixes to wnf #127

This commit is contained in:
Rushabh Mehta
2013-05-27 18:32:20 +05:30
parent 74560b32c1
commit e05135c8c4
4 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ wn.module_page["HR"] = [
},
{
label: wn._("Expense Claim"),
description: wn._("Claims for expenses made on behalf of the organization."),
description: wn._("Claims for company expense."),
doctype:"Expense Claim"
},
{
@@ -33,7 +33,7 @@ wn.module_page["HR"] = [
},
{
label: wn._("Job Applicant"),
description: wn._("Applicant for a Job (extracted from jobs email)."),
description: wn._("Applicant for a Job."),
doctype:"Job Applicant"
},
]