From e05135c8c41be8e0948a23a569bf8b5d4086da13 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 27 May 2013 18:32:20 +0530 Subject: [PATCH] [fixes to wnf #127 --- buying/page/buying_home/buying_home.js | 2 +- hr/page/hr_home/hr_home.js | 4 ++-- stock/page/stock_home/stock_home.js | 6 +++--- support/page/support_home/support_home.js | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/buying/page/buying_home/buying_home.js b/buying/page/buying_home/buying_home.js index 2070fd4e338..e45e73d2918 100644 --- a/buying/page/buying_home/buying_home.js +++ b/buying/page/buying_home/buying_home.js @@ -13,7 +13,7 @@ wn.module_page["Buying"] = [ }, { label: wn._("Supplier Quotation"), - description: wn._("Track Quotations received from Suppliers."), + description: wn._("Quotations received from Suppliers."), doctype:"Supplier Quotation" }, { diff --git a/hr/page/hr_home/hr_home.js b/hr/page/hr_home/hr_home.js index e35a80849b9..060d60a10c1 100644 --- a/hr/page/hr_home/hr_home.js +++ b/hr/page/hr_home/hr_home.js @@ -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" }, ] diff --git a/stock/page/stock_home/stock_home.js b/stock/page/stock_home/stock_home.js index 75e4ee15b02..5babf154666 100644 --- a/stock/page/stock_home/stock_home.js +++ b/stock/page/stock_home/stock_home.js @@ -8,17 +8,17 @@ wn.module_page["Stock"] = [ items: [ { label: wn._("Material Request"), - description: wn._("Request Material for Transfer or Purchase."), + description: wn._("Requests for items."), doctype:"Material Request" }, { label: wn._("Stock Entry"), - description: wn._("Transfer stock from one warehouse to another."), + description: wn._("Record item movement."), doctype:"Stock Entry" }, { label: wn._("Delivery Note"), - description: wn._("Delivery (shipment) to customers."), + description: wn._("Shipments to customers."), doctype:"Delivery Note" }, { diff --git a/support/page/support_home/support_home.js b/support/page/support_home/support_home.js index bde5e5c00ad..65ea4b8fca7 100644 --- a/support/page/support_home/support_home.js +++ b/support/page/support_home/support_home.js @@ -8,17 +8,17 @@ wn.module_page["Support"] = [ items: [ { label: wn._("Support Ticket"), - description: wn._("Support queries from customers via email or website."), + description: wn._("Support queries from customers."), doctype:"Support Ticket" }, { label: wn._("Customer Issue"), - description: wn._("Customer Issue against a Serial No (warranty)."), + description: wn._("Customer Issue against Serial No."), doctype:"Customer Issue" }, { label: wn._("Maintenance Schedule"), - description: wn._("Plan for scheduled maintenance contracts."), + description: wn._("Plan for maintenance visits."), doctype:"Maintenance Schedule" }, { @@ -28,7 +28,7 @@ wn.module_page["Support"] = [ }, { label: wn._("Newsletter"), - description: wn._("Send Newsletters to your contacts, leads."), + description: wn._("Newsletters to contacts, leads."), doctype:"Newsletter" }, {