diff --git a/src/Module/Tos.php b/src/Module/Tos.php index a5ace51950..e08e5a1f45 100644 --- a/src/Module/Tos.php +++ b/src/Module/Tos.php @@ -50,6 +50,7 @@ class Tos extends BaseModule '$displayprivstatement' => Config::get('system', 'tosprivstatement'), '$privstatementtitle' => L10n::t("Privacy Statement"), '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), + '$privdistribute' => L10n::t('This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners accounts.'), '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent.', System::baseurl()) ]); } else {