style: remove capitalization in success message
This commit is contained in:
parent
eae1c04d81
commit
4a82cb0b2a
2 changed files with 3 additions and 4 deletions
|
|
@ -22,8 +22,7 @@ class PersonalDataDeletionRequest(Document):
|
|||
|
||||
def send_verification_mail(self):
|
||||
host_name = frappe.local.site
|
||||
url = frappe.utils.get_url("/api/method/frappe.website.doctype. \
|
||||
personal_data_deletion_request.personal_data_deletion_request.confirm_deletion") +\
|
||||
url = frappe.utils.get_url("/api/method/frappe.website.doctype.personal_data_deletion_request.personal_data_deletion_request.confirm_deletion") +\
|
||||
"?" + get_signed_params({"email": self.email, "name": self.name, 'host_name': host_name})
|
||||
|
||||
frappe.sendmail(
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"is_standard": 1,
|
||||
"login_required": 1,
|
||||
"max_attachment_size": 0,
|
||||
"modified": "2019-02-21 18:08:01.185952",
|
||||
"modified": "2019-03-07 19:21:03.172764",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "request-data",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"show_in_grid": 0,
|
||||
"show_sidebar": 0,
|
||||
"sidebar_items": [],
|
||||
"success_message": "A download link with your data will be sent to the Email Id associated with your account.",
|
||||
"success_message": "A download link with your data will be sent to the email address associated with your account.",
|
||||
"success_url": "/desk",
|
||||
"title": "Request Data",
|
||||
"web_form_fields": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue