From 1dc8ed8c452db2be2c2b95cfb3d90b61b6e9dd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20Rez=C3=A9?= Date: Mon, 28 May 2018 01:39:34 +0200 Subject: [PATCH] Add missing string COM_PRIVACY_MSG_CONSENT_NO_CONSENT String to be reviewed by an English native ;-) COM_PRIVACY_MSG_CONSENT_NO_CONSENT="There are no stored consents." --- administrator/language/en-GB/en-GB.com_privacy.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/administrator/language/en-GB/en-GB.com_privacy.ini b/administrator/language/en-GB/en-GB.com_privacy.ini index 744089ecb9b33..00fe74dd25637 100644 --- a/administrator/language/en-GB/en-GB.com_privacy.ini +++ b/administrator/language/en-GB/en-GB.com_privacy.ini @@ -57,6 +57,7 @@ COM_PRIVACY_MSG_CAPABILITIES_ABOUT_THIS_INFORMATION="About This Information" COM_PRIVACY_MSG_CAPABILITIES_INTRODUCTION="The information on this screen is collected from extensions which report their privacy related capabilities to this system. It is intended to help site owners be aware of the capabilities of installed extensions and provide information to help owners create local site policies such as a privacy policy. As this screen requires extensions to support its reporting system, and only displays information from enabled extensions, this should not be considered a complete list and you are encouraged to consult each extension's documentation for more information." COM_PRIVACY_MSG_CAPABILITIES_NO_CAPABILITIES="There are no reported extension capabilities." COM_PRIVACY_MSG_CONFIRM_EMAIL_SENT_TO_USER="A confirmation email for this request has been sent to the user." +COM_PRIVACY_MSG_CONSENT_NO_CONSENT="There are no stored consents." COM_PRIVACY_MSG_EXTENSION_NO_CAPABILITIES="This extension does not report any capabilities." COM_PRIVACY_MSG_REQUESTS_NO_REQUESTS="There are no information requests matching your query." COM_PRIVACY_REQUEST_COMPLETED="The request has been completed."