diff --git a/frappe/core/page/permission_manager/permission_manager_help.html b/frappe/core/page/permission_manager/permission_manager_help.html index 9e684b6fe8..07417d8f36 100644 --- a/frappe/core/page/permission_manager/permission_manager_help.html +++ b/frappe/core/page/permission_manager/permission_manager_help.html @@ -30,12 +30,12 @@ {%= __("Read") %} {%= __("Allows the user to view the document.") %} - {%= __("The user can view Sales Invoices but cannot change them.") %} + {%= __("The user can view Sales Invoices but cannot modify any field values in them.") %} {%= __("Write") %} {%= __("Allows the user to edit existing records they have access to.") %} - {%= __("The user can update a Customer address but cannot create a new Customer.") %} + {%= __("The user can update a customer or any other fields in an existing Sales Order but cannot create a new Sales Order.") %} {%= __("Create") %} @@ -45,7 +45,7 @@ {%= __("Delete") %} {%= __("Allows the user to delete documents.") %} - {%= __("The user can delete submitted documents.") %} + {%= __("The user can delete Draft / Cancelled documents.") %} {%= __("Print") %} @@ -69,8 +69,8 @@ {%= __("Import") %} - {%= __("Allows the user to import data into the document.") %} - {%= __("The user can import data for the document.") %} + {%= __("Allows the user to use Data Import tool to create / update records.") %} + {%= __("The user can import new records or update existing data for the document.") %} {%= __("Share") %}