Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed May 24, 2018
1 parent cb8cc09 commit 8b67b34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<layout title="COM_PRIVACY_REQUESTS_VIEW_DEFAULT_TITLE">
<layout title="COM_PRIVACY_CONSENT_VIEW_DEFAULT_TITLE">
<message>
<![CDATA[COM_PRIVACY_REQUESTS_VIEW_DEFAULT_DESC]]>
<![CDATA[COM_PRIVACY_CONSENT_VIEW_DEFAULT_DESC]]>
</message>
</layout>
</metadata>
2 changes: 2 additions & 0 deletions administrator/language/en-GB/en-GB.com_privacy.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ COM_PRIVACY="Privacy"
COM_PRIVACY_CONFIRM_VIEW_DEFAULT_DESC="Displays a form to confirm an information request."
COM_PRIVACY_CONFIRM_VIEW_DEFAULT_OPTION="Default"
COM_PRIVACY_CONFIRM_VIEW_DEFAULT_TITLE="Confirm Request"
COM_PRIVACY_CONSENT_VIEW_DEFAULT_DESC="Shows a list of user consent"
COM_PRIVACY_CONSENT_VIEW_DEFAULT_TITLE="Privacy: Consent"
COM_PRIVACY_REQUEST_VIEW_DEFAULT_DESC="Displays a form to submit an information request."
COM_PRIVACY_REQUEST_VIEW_DEFAULT_OPTION="Default"
COM_PRIVACY_REQUEST_VIEW_DEFAULT_TITLE="Create Request"
Expand Down
2 changes: 1 addition & 1 deletion plugins/system/privacyconsent/privacyconsent.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ private function isUserConsented($userId)

return (int) $this->db->loadResult() > 0 ? true: false;
}
}
}

0 comments on commit 8b67b34

Please sign in to comment.